#BBEBF9

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

Shades of Onahau #BBEBF9

Tints of Onahau #BBEBF9

Color information

#BBEBF9 (or 0xBBEBF9) is unknown color: approx Onahau. HEX triplet: BB, EB and F9. RGB value is (187,235,249). Sum of RGB (Red+Green+Blue) = 187+235+249=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF9 is #441406. Grayscale: #DEDEDE. Windows color (decimal): -4461575 or 16378811. OLE color: 16378811.

HSL color Cylindrical-coordinate representation of color #BBEBF9: hue angle of 193.55º 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 #BBEBF9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187235249-
CMYK0.250.0600.02
HSL193.55º83.78%85.49%-
HSV(B)193.55º24.9%97.65%-
XYZ67.376.82100.9-
YUV222.24143.1102.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=27.87%
G=35.02%
B=37.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872352490.250.0600.02193.5583.7885.49
HexBBEBF919602c25455
Octal27335337131602302124125
Binary101110111110101111111001110011100101100001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBF9; }

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

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

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

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

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

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

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

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