#BBE8DD

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

Shades of Water Leaf #BBE8DD

Tints of Water Leaf #BBE8DD

Color information

#BBE8DD (or 0xBBE8DD) is unknown color: approx Water Leaf. HEX triplet: BB, E8 and DD. RGB value is (187,232,221). Sum of RGB (Red+Green+Blue) = 187+232+221=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8DD is #441722. Grayscale: #D9D9D9. Windows color (decimal): -4462371 or 14543035. OLE color: 14543035.

HSL color Cylindrical-coordinate representation of color #BBE8DD: hue angle of 165.33º degrees, saturation: 0.49, 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 #BBE8DD is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB187232221-
CMYK0.1900.050.09
HSL165.33º49.45%82.16%-
HSV(B)165.33º19.4%90.98%-
XYZ62.473.579.3-
YUV217.29130.09106.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 232 (91.02% from 255) = 36.25%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=29.22%
G=36.25%
B=34.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872322210.1900.050.09165.3349.4582.16
HexBBE8DD13059a53152
Octal27335033523051124561122
Binary1011101111101000110111011001101011001101001011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8DD; }

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

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

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

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

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

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

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

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