Shades of Water Leaf #B6E6DF
Tints of Water Leaf #B6E6DF
RGB
CMYK
RGB Variations
Color information
#B6E6DF (or 0xB6E6DF) is known color: Water Leaf. HEX triplet: B6, E6 and DF. RGB value is (182,230,223). Sum of RGB (Red+Green+Blue) = 182+230+223=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6DF is #491920. Grayscale: #D6D6D6. Windows color (decimal): -4790561 or 14673590. OLE color: 14673590.
HSL color Cylindrical-coordinate representation of color #B6E6DF: hue angle of 171.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6DF is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 230 | 223 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.10 |
| HSL | 171.25º | 0.49% | 0.81% | - |
| HSV(B) | 171.25º | 0.21% | 0.9% | - |
| XYZ | 60.91 | 71.87 | 80.47 | - |
| YUV | 214.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 230 | 223 | 0.21 | 0 | 0.03 | 0.10 | 171.25 | 0.49 | 0.81 |
| Hex | B6 | E6 | DF | 15 | 0 | 3 | A | AB | 31 | 51 |
| Octal | 266 | 346 | 337 | 25 | 0 | 3 | 12 | 253 | 61 | 121 |
| Binary | 10110110 | 11100110 | 11011111 | 10101 | 0 | 11 | 1010 | 10101011 | 110001 | 1010001 |
Color Harmonies of #B6E6DF
Complementary color
Monochromatic Colors of #B6E6DF
Black with #B6E6DF
Text Example
Text Example
White with #B6E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E6DF; }
p { color: rgb(182,230,223); }
H1.HeaderClassName
{
color: #B6E6DF;
}
.AnyTagClassName
{
color: #B6E6DF;
}
</style>
background-color css
<style>
a { background-color: #B6E6DF; }
a { background-color: rgb(182,230,223); }
div.DivClassName
{
background-color: #B6E6DF;
}
.BgClassName
{
background-color: #B6E6DF;
}
</style>
border-color css
<style>
span { border-color: #B6E6DF; }
span { border-color: rgb(182,230,223); }
td.TdClassName
{
border-color: #B6E6DF;
}
.TagClassName
{
border-color: #B6E6DF;
}
</style>