#BBE2DD

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

Shades of Water Leaf #BBE2DD

Tints of Water Leaf #BBE2DD

Color information

#BBE2DD (or 0xBBE2DD) is unknown color: approx Water Leaf. HEX triplet: BB, E2 and DD. RGB value is (187,226,221). Sum of RGB (Red+Green+Blue) = 187+226+221=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DD is #441D22. Grayscale: #D5D5D5. Windows color (decimal): -4463907 or 14541499. OLE color: 14541499.

HSL color Cylindrical-coordinate representation of color #BBE2DD: hue angle of 172.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2DD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB187226221-
CMYK0.1700.020.11
HSL172.31º40.21%80.98%-
HSV(B)172.31º17.26%88.63%-
XYZ60.7470.1878.75-
YUV213.77132.08108.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=29.50%
G=35.65%
B=34.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262210.1700.020.11172.3140.2180.98
HexBBE2DD1102Bac2851
Octal27334233521021325450121
Binary101110111110001011011101100010101011101011001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2DD; }

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

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

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

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

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

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

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

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