#BBE7DD

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

Shades of Water Leaf #BBE7DD

Tints of Water Leaf #BBE7DD

Color information

#BBE7DD (or 0xBBE7DD) is unknown color: approx Water Leaf. HEX triplet: BB, E7 and DD. RGB value is (187,231,221). Sum of RGB (Red+Green+Blue) = 187+231+221=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DD is #441822. Grayscale: #D8D8D8. Windows color (decimal): -4462627 or 14542779. OLE color: 14542779.

HSL color Cylindrical-coordinate representation of color #BBE7DD: hue angle of 166.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7DD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB187231221-
CMYK0.1900.040.09
HSL166.36º47.83%81.96%-
HSV(B)166.36º19.05%90.59%-
XYZ62.1272.9479.21-
YUV216.7130.42106.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 231 (90.62% from 255) = 36.15%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=29.26%
G=36.15%
B=34.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312210.1900.040.09166.3647.8381.96
HexBBE7DD13049a63052
Octal27334733523041124660122
Binary1011101111100111110111011001101001001101001101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7DD; }

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

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

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

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

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

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

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

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