#BBECF9

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

Shades of Onahau #BBECF9

Tints of Onahau #BBECF9

Color information

#BBECF9 (or 0xBBECF9) is unknown color: approx Onahau. HEX triplet: BB, EC and F9. RGB value is (187,236,249). Sum of RGB (Red+Green+Blue) = 187+236+249=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF9 is #441306. Grayscale: #DEDEDE. Windows color (decimal): -4461319 or 16379067. OLE color: 16379067.

HSL color Cylindrical-coordinate representation of color #BBECF9: hue angle of 192.58º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBECF9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187236249-
CMYK0.250.0500.02
HSL192.58º83.78%85.49%-
HSV(B)192.58º24.9%97.65%-
XYZ67.5977.4101-
YUV222.83142.77102.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=27.83%
G=35.12%
B=37.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872362490.250.0500.02192.5883.7885.49
HexBBECF919502c15455
Octal27335437131502301124125
Binary101110111110110011111001110011010101100000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF9; }

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

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

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

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

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

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

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

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