Shades of Water Leaf #B4E5DF
Tints of Water Leaf #B4E5DF
RGB
CMYK
RGB Variations
Color information
#B4E5DF (or 0xB4E5DF) is known color: Water Leaf. HEX triplet: B4, E5 and DF. RGB value is (180,229,223). Sum of RGB (Red+Green+Blue) = 180+229+223=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5DF is #4B1A20. Grayscale: #D5D5D5. Windows color (decimal): -4921889 or 14673332. OLE color: 14673332.
HSL color Cylindrical-coordinate representation of color #B4E5DF: hue angle of 172.65º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5DF is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 223 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.10 |
| HSL | 172.65º | 0.49% | 0.8% | - |
| HSV(B) | 172.65º | 0.21% | 0.9% | - |
| XYZ | 60.16 | 71.07 | 80.36 | - |
| YUV | 213.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 223 | 0.21 | 0 | 0.03 | 0.10 | 172.65 | 0.49 | 0.8 |
| Hex | B4 | E5 | DF | 15 | 0 | 3 | A | AD | 31 | 50 |
| Octal | 264 | 345 | 337 | 25 | 0 | 3 | 12 | 255 | 61 | 120 |
| Binary | 10110100 | 11100101 | 11011111 | 10101 | 0 | 11 | 1010 | 10101101 | 110001 | 1010000 |
Color Harmonies of #B4E5DF
Complementary color
Monochromatic Colors of #B4E5DF
Black with #B4E5DF
Text Example
Text Example
White with #B4E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5DF; }
p { color: rgb(180,229,223); }
H1.HeaderClassName
{
color: #B4E5DF;
}
.AnyTagClassName
{
color: #B4E5DF;
}
</style>
background-color css
<style>
a { background-color: #B4E5DF; }
a { background-color: rgb(180,229,223); }
div.DivClassName
{
background-color: #B4E5DF;
}
.BgClassName
{
background-color: #B4E5DF;
}
</style>
border-color css
<style>
span { border-color: #B4E5DF; }
span { border-color: rgb(180,229,223); }
td.TdClassName
{
border-color: #B4E5DF;
}
.TagClassName
{
border-color: #B4E5DF;
}
</style>