#BBEEE0

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

Shades of Water Leaf #BBEEE0

Tints of Water Leaf #BBEEE0

Color information

#BBEEE0 (or 0xBBEEE0) is unknown color: approx Water Leaf. HEX triplet: BB, EE and E0. RGB value is (187,238,224). Sum of RGB (Red+Green+Blue) = 187+238+224=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE0 is #44111F. Grayscale: #DDDDDD. Windows color (decimal): -4460832 or 14741179. OLE color: 14741179.

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

Color convert

RGB187238224-
CMYK0.2100.060.07
HSL163.53º60%83.33%-
HSV(B)163.53º21.43%93.33%-
XYZ64.5277.182-
YUV221.15129.6103.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382240.2100.060.07163.536083.33
HexBBEEE015067a43c53
Octal2733563402506724474123
Binary101110111110111011100000101010110111101001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE0; }

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

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

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

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

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

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

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

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