Shades of Water Leaf #B8FEE1
Tints of Water Leaf #B8FEE1
RGB
CMYK
RGB Variations
Color information
#B8FEE1 (or 0xB8FEE1) is known color: Water Leaf. HEX triplet: B8, FE and E1. RGB value is (184,254,225). Sum of RGB (Red+Green+Blue) = 184+254+225=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEE1 is #47011E. Grayscale: #E5E5E5. Windows color (decimal): -4653343 or 14810808. OLE color: 14810808.
HSL color Cylindrical-coordinate representation of color #B8FEE1: hue angle of 155.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEE1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 225 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.00 |
| HSL | 155.14º | 0.97% | 0.86% | - |
| HSV(B) | 155.14º | 0.28% | 1% | - |
| XYZ | 68.8 | 86.51 | 84.31 | - |
| YUV | 229.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 225 | 0.28 | 0 | 0.11 | 0.00 | 155.14 | 0.97 | 0.86 |
| Hex | B8 | FE | E1 | 1C | 0 | B | 0 | 9B | 61 | 56 |
| Octal | 270 | 376 | 341 | 34 | 0 | 13 | 0 | 233 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11100001 | 11100 | 0 | 1011 | 0 | 10011011 | 1100001 | 1010110 |
Color Harmonies of #B8FEE1
Complementary color
Monochromatic Colors of #B8FEE1
Black with #B8FEE1
Text Example
Text Example
White with #B8FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEE1; }
p { color: rgb(184,254,225); }
H1.HeaderClassName
{
color: #B8FEE1;
}
.AnyTagClassName
{
color: #B8FEE1;
}
</style>
background-color css
<style>
a { background-color: #B8FEE1; }
a { background-color: rgb(184,254,225); }
div.DivClassName
{
background-color: #B8FEE1;
}
.BgClassName
{
background-color: #B8FEE1;
}
</style>
border-color css
<style>
span { border-color: #B8FEE1; }
span { border-color: rgb(184,254,225); }
td.TdClassName
{
border-color: #B8FEE1;
}
.TagClassName
{
border-color: #B8FEE1;
}
</style>