#BBE0EE

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

Shades of Onahau #BBE0EE

Tints of Onahau #BBE0EE

Color information

#BBE0EE (or 0xBBE0EE) is unknown color: approx Onahau. HEX triplet: BB, E0 and EE. RGB value is (187,224,238). Sum of RGB (Red+Green+Blue) = 187+224+238=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0EE is #441F11. Grayscale: #D6D6D6. Windows color (decimal): -4464402 or 15655099. OLE color: 15655099.

HSL color Cylindrical-coordinate representation of color #BBE0EE: hue angle of 196.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE0EE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187224238-
CMYK0.210.0600.07
HSL196.47º60%83.33%-
HSV(B)196.47º21.43%93.33%-
XYZ62.5870.0591.11-
YUV214.53141.24108.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=28.81%
G=34.51%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872242380.210.0600.07196.476083.33
HexBBE0EE15607c43c53
Octal2733403562560730474123
Binary101110111110000011101110101011100111110001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0EE; }

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

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

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

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

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

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

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

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