Shades of Water Leaf #B4F8DD
Tints of Water Leaf #B4F8DD
RGB
CMYK
RGB Variations
Color information
#B4F8DD (or 0xB4F8DD) is known color: Water Leaf. HEX triplet: B4, F8 and DD. RGB value is (180,248,221). Sum of RGB (Red+Green+Blue) = 180+248+221=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8DD is #4B0722. Grayscale: #E0E0E0. Windows color (decimal): -4917027 or 14547124. OLE color: 14547124.
HSL color Cylindrical-coordinate representation of color #B4F8DD: hue angle of 156.18º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F8DD is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 248 | 221 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.03 |
| HSL | 156.18º | 0.83% | 0.84% | - |
| HSV(B) | 156.18º | 0.27% | 0.97% | - |
| XYZ | 65.44 | 82.06 | 80.8 | - |
| YUV | 224.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 248 | 221 | 0.27 | 0 | 0.11 | 0.03 | 156.18 | 0.83 | 0.84 |
| Hex | B4 | F8 | DD | 1B | 0 | B | 3 | 9C | 53 | 54 |
| Octal | 264 | 370 | 335 | 33 | 0 | 13 | 3 | 234 | 123 | 124 |
| Binary | 10110100 | 11111000 | 11011101 | 11011 | 0 | 1011 | 11 | 10011100 | 1010011 | 1010100 |
Color Harmonies of #B4F8DD
Complementary color
Monochromatic Colors of #B4F8DD
Black with #B4F8DD
Text Example
Text Example
White with #B4F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F8DD; }
p { color: rgb(180,248,221); }
H1.HeaderClassName
{
color: #B4F8DD;
}
.AnyTagClassName
{
color: #B4F8DD;
}
</style>
background-color css
<style>
a { background-color: #B4F8DD; }
a { background-color: rgb(180,248,221); }
div.DivClassName
{
background-color: #B4F8DD;
}
.BgClassName
{
background-color: #B4F8DD;
}
</style>
border-color css
<style>
span { border-color: #B4F8DD; }
span { border-color: rgb(180,248,221); }
td.TdClassName
{
border-color: #B4F8DD;
}
.TagClassName
{
border-color: #B4F8DD;
}
</style>