Shades of Water Leaf #B4F2DD
Tints of Water Leaf #B4F2DD
RGB
CMYK
RGB Variations
Color information
#B4F2DD (or 0xB4F2DD) is known color: Water Leaf. HEX triplet: B4, F2 and DD. RGB value is (180,242,221). Sum of RGB (Red+Green+Blue) = 180+242+221=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2DD is #4B0D22. Grayscale: #DDDDDD. Windows color (decimal): -4918563 or 14545588. OLE color: 14545588.
HSL color Cylindrical-coordinate representation of color #B4F2DD: hue angle of 159.68º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2DD is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 221 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.05 |
| HSL | 159.68º | 0.7% | 0.83% | - |
| HSV(B) | 159.68º | 0.26% | 0.95% | - |
| XYZ | 63.63 | 78.43 | 80.19 | - |
| YUV | 221.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 221 | 0.26 | 0 | 0.09 | 0.05 | 159.68 | 0.7 | 0.83 |
| Hex | B4 | F2 | DD | 1A | 0 | 9 | 5 | A0 | 46 | 53 |
| Octal | 264 | 362 | 335 | 32 | 0 | 11 | 5 | 240 | 106 | 123 |
| Binary | 10110100 | 11110010 | 11011101 | 11010 | 0 | 1001 | 101 | 10100000 | 1000110 | 1010011 |
Color Harmonies of #B4F2DD
Complementary color
Monochromatic Colors of #B4F2DD
Black with #B4F2DD
Text Example
Text Example
White with #B4F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F2DD; }
p { color: rgb(180,242,221); }
H1.HeaderClassName
{
color: #B4F2DD;
}
.AnyTagClassName
{
color: #B4F2DD;
}
</style>
background-color css
<style>
a { background-color: #B4F2DD; }
a { background-color: rgb(180,242,221); }
div.DivClassName
{
background-color: #B4F2DD;
}
.BgClassName
{
background-color: #B4F2DD;
}
</style>
border-color css
<style>
span { border-color: #B4F2DD; }
span { border-color: rgb(180,242,221); }
td.TdClassName
{
border-color: #B4F2DD;
}
.TagClassName
{
border-color: #B4F2DD;
}
</style>