Shades of Water Leaf #B4FBDE
Tints of Water Leaf #B4FBDE
RGB
CMYK
RGB Variations
Color information
#B4FBDE (or 0xB4FBDE) is known color: Water Leaf. HEX triplet: B4, FB and DE. RGB value is (180,251,222). Sum of RGB (Red+Green+Blue) = 180+251+222=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDE is #4B0421. Grayscale: #E2E2E2. Windows color (decimal): -4916258 or 14613428. OLE color: 14613428.
HSL color Cylindrical-coordinate representation of color #B4FBDE: hue angle of 155.49º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBDE is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 222 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 155.49º | 0.9% | 0.85% | - |
| HSV(B) | 155.49º | 0.28% | 0.98% | - |
| XYZ | 66.5 | 83.97 | 81.81 | - |
| YUV | 226.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 222 | 0.28 | 0 | 0.12 | 0.02 | 155.49 | 0.9 | 0.85 |
| Hex | B4 | FB | DE | 1C | 0 | C | 2 | 9B | 5A | 55 |
| Octal | 264 | 373 | 336 | 34 | 0 | 14 | 2 | 233 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11011110 | 11100 | 0 | 1100 | 10 | 10011011 | 1011010 | 1010101 |
Color Harmonies of #B4FBDE
Complementary color
Monochromatic Colors of #B4FBDE
Black with #B4FBDE
Text Example
Text Example
White with #B4FBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBDE; }
p { color: rgb(180,251,222); }
H1.HeaderClassName
{
color: #B4FBDE;
}
.AnyTagClassName
{
color: #B4FBDE;
}
</style>
background-color css
<style>
a { background-color: #B4FBDE; }
a { background-color: rgb(180,251,222); }
div.DivClassName
{
background-color: #B4FBDE;
}
.BgClassName
{
background-color: #B4FBDE;
}
</style>
border-color css
<style>
span { border-color: #B4FBDE; }
span { border-color: rgb(180,251,222); }
td.TdClassName
{
border-color: #B4FBDE;
}
.TagClassName
{
border-color: #B4FBDE;
}
</style>