Shades of Water Leaf #B5F9E8
Tints of Water Leaf #B5F9E8
RGB
CMYK
RGB Variations
Color information
#B5F9E8 (or 0xB5F9E8) is known color: Water Leaf. HEX triplet: B5, F9 and E8. RGB value is (181,249,232). Sum of RGB (Red+Green+Blue) = 181+249+232=662 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.34% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F9E8 is #4A0617. Grayscale: #E2E2E2. Windows color (decimal): -4851224 or 15268277. OLE color: 15268277.
HSL color Cylindrical-coordinate representation of color #B5F9E8: hue angle of 165º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F9E8 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 249 | 232 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.02 |
| HSL | 165º | 0.85% | 0.84% | - |
| HSV(B) | 165º | 0.27% | 0.98% | - |
| XYZ | 67.5 | 83.4 | 88.88 | - |
| YUV | 226.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 249 | 232 | 0.27 | 0 | 0.07 | 0.02 | 165 | 0.85 | 0.84 |
| Hex | B5 | F9 | E8 | 1B | 0 | 7 | 2 | A5 | 55 | 54 |
| Octal | 265 | 371 | 350 | 33 | 0 | 7 | 2 | 245 | 125 | 124 |
| Binary | 10110101 | 11111001 | 11101000 | 11011 | 0 | 111 | 10 | 10100101 | 1010101 | 1010100 |
Color Harmonies of #B5F9E8
Complementary color
Monochromatic Colors of #B5F9E8
Black with #B5F9E8
Text Example
Text Example
White with #B5F9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F9E8; }
p { color: rgb(181,249,232); }
H1.HeaderClassName
{
color: #B5F9E8;
}
.AnyTagClassName
{
color: #B5F9E8;
}
</style>
background-color css
<style>
a { background-color: #B5F9E8; }
a { background-color: rgb(181,249,232); }
div.DivClassName
{
background-color: #B5F9E8;
}
.BgClassName
{
background-color: #B5F9E8;
}
</style>
border-color css
<style>
span { border-color: #B5F9E8; }
span { border-color: rgb(181,249,232); }
td.TdClassName
{
border-color: #B5F9E8;
}
.TagClassName
{
border-color: #B5F9E8;
}
</style>