Shades of Water Leaf #B5FDE5
Tints of Water Leaf #B5FDE5
RGB
CMYK
RGB Variations
Color information
#B5FDE5 (or 0xB5FDE5) is known color: Water Leaf. HEX triplet: B5, FD and E5. RGB value is (181,253,229). Sum of RGB (Red+Green+Blue) = 181+253+229=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDE5 is #4A021A. Grayscale: #E4E4E4. Windows color (decimal): -4850203 or 15072693. OLE color: 15072693.
HSL color Cylindrical-coordinate representation of color #B5FDE5: hue angle of 160º degrees, saturation: 0.95, 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 #B5FDE5 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 229 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.01 |
| HSL | 160º | 0.95% | 0.85% | - |
| HSV(B) | 160º | 0.28% | 0.99% | - |
| XYZ | 68.32 | 85.73 | 87.08 | - |
| YUV | 228.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 229 | 0.28 | 0 | 0.09 | 0.01 | 160 | 0.95 | 0.85 |
| Hex | B5 | FD | E5 | 1C | 0 | 9 | 1 | A0 | 5F | 55 |
| Octal | 265 | 375 | 345 | 34 | 0 | 11 | 1 | 240 | 137 | 125 |
| Binary | 10110101 | 11111101 | 11100101 | 11100 | 0 | 1001 | 1 | 10100000 | 1011111 | 1010101 |
Color Harmonies of #B5FDE5
Complementary color
Monochromatic Colors of #B5FDE5
Black with #B5FDE5
Text Example
Text Example
White with #B5FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDE5; }
p { color: rgb(181,253,229); }
H1.HeaderClassName
{
color: #B5FDE5;
}
.AnyTagClassName
{
color: #B5FDE5;
}
</style>
background-color css
<style>
a { background-color: #B5FDE5; }
a { background-color: rgb(181,253,229); }
div.DivClassName
{
background-color: #B5FDE5;
}
.BgClassName
{
background-color: #B5FDE5;
}
</style>
border-color css
<style>
span { border-color: #B5FDE5; }
span { border-color: rgb(181,253,229); }
td.TdClassName
{
border-color: #B5FDE5;
}
.TagClassName
{
border-color: #B5FDE5;
}
</style>