#BBE5DD

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

Shades of Water Leaf #BBE5DD

Tints of Water Leaf #BBE5DD

Color information

#BBE5DD (or 0xBBE5DD) is unknown color: approx Water Leaf. HEX triplet: BB, E5 and DD. RGB value is (187,229,221). Sum of RGB (Red+Green+Blue) = 187+229+221=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DD is #441A22. Grayscale: #D7D7D7. Windows color (decimal): -4463139 or 14542267. OLE color: 14542267.

HSL color Cylindrical-coordinate representation of color #BBE5DD: hue angle of 168.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB187229221-
CMYK0.1800.030.10
HSL168.57º44.68%81.57%-
HSV(B)168.57º18.34%89.8%-
XYZ61.5671.8279.03-
YUV215.53131.09107.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.36%
G=35.95%
B=34.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872292210.1800.030.10168.5744.6881.57
HexBBE5DD1203Aa92d52
Octal27334533522031225155122
Binary101110111110010111011101100100111010101010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5DD; }

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

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

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

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

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

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

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

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