Shades of Water Leaf #B4FAE4
Tints of Water Leaf #B4FAE4
RGB
CMYK
RGB Variations
Color information
#B4FAE4 (or 0xB4FAE4) is known color: Water Leaf. HEX triplet: B4, FA and E4. RGB value is (180,250,228). Sum of RGB (Red+Green+Blue) = 180+250+228=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAE4 is #4B051B. Grayscale: #E2E2E2. Windows color (decimal): -4916508 or 15006388. OLE color: 15006388.
HSL color Cylindrical-coordinate representation of color #B4FAE4: hue angle of 161.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAE4 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 228 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.02 |
| HSL | 161.14º | 0.88% | 0.84% | - |
| HSV(B) | 161.14º | 0.28% | 0.98% | - |
| XYZ | 67.01 | 83.68 | 86.02 | - |
| YUV | 226.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 228 | 0.28 | 0 | 0.09 | 0.02 | 161.14 | 0.88 | 0.84 |
| Hex | B4 | FA | E4 | 1C | 0 | 9 | 2 | A1 | 58 | 54 |
| Octal | 264 | 372 | 344 | 34 | 0 | 11 | 2 | 241 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11100100 | 11100 | 0 | 1001 | 10 | 10100001 | 1011000 | 1010100 |
Color Harmonies of #B4FAE4
Complementary color
Monochromatic Colors of #B4FAE4
Black with #B4FAE4
Text Example
Text Example
White with #B4FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAE4; }
p { color: rgb(180,250,228); }
H1.HeaderClassName
{
color: #B4FAE4;
}
.AnyTagClassName
{
color: #B4FAE4;
}
</style>
background-color css
<style>
a { background-color: #B4FAE4; }
a { background-color: rgb(180,250,228); }
div.DivClassName
{
background-color: #B4FAE4;
}
.BgClassName
{
background-color: #B4FAE4;
}
</style>
border-color css
<style>
span { border-color: #B4FAE4; }
span { border-color: rgb(180,250,228); }
td.TdClassName
{
border-color: #B4FAE4;
}
.TagClassName
{
border-color: #B4FAE4;
}
</style>