Shades of Water Leaf #B5FCEA
Tints of Water Leaf #B5FCEA
RGB
CMYK
RGB Variations
Color information
#B5FCEA (or 0xB5FCEA) is known color: Water Leaf. HEX triplet: B5, FC and EA. RGB value is (181,252,234). Sum of RGB (Red+Green+Blue) = 181+252+234=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCEA is #4A0315. Grayscale: #E4E4E4. Windows color (decimal): -4850454 or 15400117. OLE color: 15400117.
HSL color Cylindrical-coordinate representation of color #B5FCEA: hue angle of 164.79º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCEA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 234 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.01 |
| HSL | 164.79º | 0.92% | 0.85% | - |
| HSV(B) | 164.79º | 0.28% | 0.99% | - |
| XYZ | 68.72 | 85.39 | 90.7 | - |
| YUV | 228.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 234 | 0.28 | 0 | 0.07 | 0.01 | 164.79 | 0.92 | 0.85 |
| Hex | B5 | FC | EA | 1C | 0 | 7 | 1 | A5 | 5C | 55 |
| Octal | 265 | 374 | 352 | 34 | 0 | 7 | 1 | 245 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11101010 | 11100 | 0 | 111 | 1 | 10100101 | 1011100 | 1010101 |
Color Harmonies of #B5FCEA
Complementary color
Monochromatic Colors of #B5FCEA
Black with #B5FCEA
Text Example
Text Example
White with #B5FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCEA; }
p { color: rgb(181,252,234); }
H1.HeaderClassName
{
color: #B5FCEA;
}
.AnyTagClassName
{
color: #B5FCEA;
}
</style>
background-color css
<style>
a { background-color: #B5FCEA; }
a { background-color: rgb(181,252,234); }
div.DivClassName
{
background-color: #B5FCEA;
}
.BgClassName
{
background-color: #B5FCEA;
}
</style>
border-color css
<style>
span { border-color: #B5FCEA; }
span { border-color: rgb(181,252,234); }
td.TdClassName
{
border-color: #B5FCEA;
}
.TagClassName
{
border-color: #B5FCEA;
}
</style>