#B6E7DD

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

Shades of Water Leaf #B6E7DD

Tints of Water Leaf #B6E7DD

Color information

#B6E7DD (or 0xB6E7DD) is unknown color: approx Water Leaf. HEX triplet: B6, E7 and DD. RGB value is (182,231,221). Sum of RGB (Red+Green+Blue) = 182+231+221=634 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.71% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E7DD is #491822. Grayscale: #D7D7D7. Windows color (decimal): -4790307 or 14542774. OLE color: 14542774.

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

Color convert

RGB182231221-
CMYK0.2100.040.09
HSL167.76º50.52%80.98%-
HSV(B)167.76º21.21%90.59%-
XYZ60.9272.3279.15-
YUV215.21131.27104.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.71%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=28.71%
G=36.44%
B=34.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822312210.2100.040.09167.7650.5280.98
HexB6E7DD15049a83351
Octal26634733525041125063121
Binary1011011011100111110111011010101001001101010001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E7DD; }

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

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

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

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

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

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

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

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