#BBEDDD

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

Shades of Water Leaf #BBEDDD

Tints of Water Leaf #BBEDDD

Color information

#BBEDDD (or 0xBBEDDD) is unknown color: approx Water Leaf. HEX triplet: BB, ED and DD. RGB value is (187,237,221). Sum of RGB (Red+Green+Blue) = 187+237+221=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDD is #441222. Grayscale: #DCDCDC. Windows color (decimal): -4461091 or 14544315. OLE color: 14544315.

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

Color convert

RGB187237221-
CMYK0.2100.070.07
HSL160.8º58.14%83.14%-
HSV(B)160.8º21.1%92.94%-
XYZ63.8376.3579.78-
YUV220.23128.44104.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=28.99%
G=36.74%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372210.2100.070.07160.858.1483.14
HexBBEDDD15077a13a53
Octal2733553352507724172123
Binary101110111110110111011101101010111111101000011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDDD; }

 p { color: rgb(187,237,221); }

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

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

 a { background-color: rgb(187,237,221); }

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

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

 span { border-color: rgb(187,237,221); }

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