#BBECF4

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

Shades of Onahau #BBECF4

Tints of Onahau #BBECF4

Color information

#BBECF4 (or 0xBBECF4) is unknown color: approx Onahau. HEX triplet: BB, EC and F4. RGB value is (187,236,244). Sum of RGB (Red+Green+Blue) = 187+236+244=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF4 is #44130B. Grayscale: #DEDEDE. Windows color (decimal): -4461324 or 16051387. OLE color: 16051387.

HSL color Cylindrical-coordinate representation of color #BBECF4: hue angle of 188.42º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBECF4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187236244-
CMYK0.230.0300.04
HSL188.42º72.15%84.51%-
HSV(B)188.42º23.36%95.69%-
XYZ66.8277.0996.95-
YUV222.26140.27102.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 244 (95.70% from 255) = 36.58%
R=28.04%
G=35.38%
B=36.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872362440.230.0300.04188.4272.1584.51
HexBBECF417304bc4855
Octal27335436427304274110125
Binary101110111110110011110100101111101001011110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF4; }

 p { color: rgb(187,236,244); }

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

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

 a { background-color: rgb(187,236,244); }

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

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

 span { border-color: rgb(187,236,244); }

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