#BBE6FE

Color #BBE6FE Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BBE6FE

Tints of Onahau #BBE6FE

Color information

#BBE6FE (or 0xBBE6FE) is unknown color: approx Onahau. HEX triplet: BB, E6 and FE. RGB value is (187,230,254). Sum of RGB (Red+Green+Blue) = 187+230+254=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6FE is #441901. Grayscale: #DBDBDB. Windows color (decimal): -4462850 or 16705211. OLE color: 16705211.

HSL color Cylindrical-coordinate representation of color #BBE6FE: hue angle of 201.49º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE6FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187230254-
CMYK0.260.0900.00
HSL201.49º97.1%86.47%-
HSV(B)201.49º26.38%99.61%-
XYZ66.6874.31104.6-
YUV219.88147.25104.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=27.87%
G=34.28%
B=37.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872302540.260.0900.00201.4997.186.47
HexBBE6FE1A900c96156
Octal273346376321100311141126
Binary101110111110011011111110110101001001100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6FE; }

 p { color: rgb(187,230,254); }

 H1.HeaderClassName
 {
   color: #BBE6FE;
 }
 .AnyTagClassName
 {
   color: #BBE6FE;
 }
</style>
background-color css

<style>
 a { background-color: #BBE6FE; }

 a { background-color: rgb(187,230,254); }

 div.DivClassName
 {
   background-color: #BBE6FE;
 }
 .BgClassName
 {
   background-color: #BBE6FE;
 }
</style>
border-color css

<style>
 span { border-color: #BBE6FE; }

 span { border-color: rgb(187,230,254); }

 td.TdClassName
 {
   border-color: #BBE6FE;
 }
 .TagClassName
 {
   border-color: #BBE6FE;
 }
</style>