#B6E9DD

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

Shades of Water Leaf #B6E9DD

Tints of Water Leaf #B6E9DD

Color information

#B6E9DD (or 0xB6E9DD) is unknown color: approx Water Leaf. HEX triplet: B6, E9 and DD. RGB value is (182,233,221). Sum of RGB (Red+Green+Blue) = 182+233+221=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E9DD is #491622. Grayscale: #D8D8D8. Windows color (decimal): -4789795 or 14543286. OLE color: 14543286.

HSL color Cylindrical-coordinate representation of color #B6E9DD: hue angle of 165.88º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E9DD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB182233221-
CMYK0.2200.050.09
HSL165.88º53.68%81.37%-
HSV(B)165.88º21.89%91.37%-
XYZ61.4873.4479.34-
YUV216.38130.6103.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.62%
GREEN value IS 233 (91.41% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=28.62%
G=36.64%
B=34.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822332210.2200.050.09165.8853.6881.37
HexB6E9DD16059a63651
Octal26635133526051124666121
Binary1011011011101001110111011011001011001101001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E9DD; }

 p { color: rgb(182,233,221); }

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

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

 a { background-color: rgb(182,233,221); }

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

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

 span { border-color: rgb(182,233,221); }

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