#BBE0EF

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

Shades of Onahau #BBE0EF

Tints of Onahau #BBE0EF

Color information

#BBE0EF (or 0xBBE0EF) is unknown color: approx Onahau. HEX triplet: BB, E0 and EF. RGB value is (187,224,239). Sum of RGB (Red+Green+Blue) = 187+224+239=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0EF is #441F10. Grayscale: #D6D6D6. Windows color (decimal): -4464401 or 15720635. OLE color: 15720635.

HSL color Cylindrical-coordinate representation of color #BBE0EF: hue angle of 197.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE0EF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187224239-
CMYK0.220.0600.06
HSL197.31º61.9%83.53%-
HSV(B)197.31º21.76%93.73%-
XYZ62.7370.1191.89-
YUV214.65141.74108.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=28.77%
G=34.46%
B=36.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872242390.220.0600.06197.3161.983.53
HexBBE0EF16606c53e54
Octal2733403572660630576124
Binary101110111110000011101111101101100110110001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0EF; }

 p { color: rgb(187,224,239); }

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

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

 a { background-color: rgb(187,224,239); }

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

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

 span { border-color: rgb(187,224,239); }

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