Shades of Water Leaf #B4E7DF
Tints of Water Leaf #B4E7DF
RGB
CMYK
RGB Variations
Color information
#B4E7DF (or 0xB4E7DF) is known color: Water Leaf. HEX triplet: B4, E7 and DF. RGB value is (180,231,223). Sum of RGB (Red+Green+Blue) = 180+231+223=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7DF is #4B1820. Grayscale: #D6D6D6. Windows color (decimal): -4921377 or 14673844. OLE color: 14673844.
HSL color Cylindrical-coordinate representation of color #B4E7DF: hue angle of 170.59º degrees, saturation: 0.52, 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 #B4E7DF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 223 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.09 |
| HSL | 170.59º | 0.52% | 0.81% | - |
| HSV(B) | 170.59º | 0.22% | 0.91% | - |
| XYZ | 60.72 | 72.18 | 80.54 | - |
| YUV | 214.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 223 | 0.22 | 0 | 0.03 | 0.09 | 170.59 | 0.52 | 0.81 |
| Hex | B4 | E7 | DF | 16 | 0 | 3 | 9 | AB | 34 | 51 |
| Octal | 264 | 347 | 337 | 26 | 0 | 3 | 11 | 253 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11011111 | 10110 | 0 | 11 | 1001 | 10101011 | 110100 | 1010001 |
Color Harmonies of #B4E7DF
Complementary color
Monochromatic Colors of #B4E7DF
Black with #B4E7DF
Text Example
Text Example
White with #B4E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7DF; }
p { color: rgb(180,231,223); }
H1.HeaderClassName
{
color: #B4E7DF;
}
.AnyTagClassName
{
color: #B4E7DF;
}
</style>
background-color css
<style>
a { background-color: #B4E7DF; }
a { background-color: rgb(180,231,223); }
div.DivClassName
{
background-color: #B4E7DF;
}
.BgClassName
{
background-color: #B4E7DF;
}
</style>
border-color css
<style>
span { border-color: #B4E7DF; }
span { border-color: rgb(180,231,223); }
td.TdClassName
{
border-color: #B4E7DF;
}
.TagClassName
{
border-color: #B4E7DF;
}
</style>