Shades of Water Leaf #B8FAE3
Tints of Water Leaf #B8FAE3
RGB
CMYK
RGB Variations
Color information
#B8FAE3 (or 0xB8FAE3) is known color: Water Leaf. HEX triplet: B8, FA and E3. RGB value is (184,250,227). Sum of RGB (Red+Green+Blue) = 184+250+227=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FAE3 is #47051C. Grayscale: #E3E3E3. Windows color (decimal): -4654365 or 14940856. OLE color: 14940856.
HSL color Cylindrical-coordinate representation of color #B8FAE3: hue angle of 159.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FAE3 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 227 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.02 |
| HSL | 159.09º | 0.87% | 0.85% | - |
| HSV(B) | 159.09º | 0.26% | 0.98% | - |
| XYZ | 67.82 | 84.11 | 85.33 | - |
| YUV | 227.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 227 | 0.26 | 0 | 0.09 | 0.02 | 159.09 | 0.87 | 0.85 |
| Hex | B8 | FA | E3 | 1A | 0 | 9 | 2 | 9F | 57 | 55 |
| Octal | 270 | 372 | 343 | 32 | 0 | 11 | 2 | 237 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11100011 | 11010 | 0 | 1001 | 10 | 10011111 | 1010111 | 1010101 |
Color Harmonies of #B8FAE3
Complementary color
Monochromatic Colors of #B8FAE3
Black with #B8FAE3
Text Example
Text Example
White with #B8FAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAE3; }
p { color: rgb(184,250,227); }
H1.HeaderClassName
{
color: #B8FAE3;
}
.AnyTagClassName
{
color: #B8FAE3;
}
</style>
background-color css
<style>
a { background-color: #B8FAE3; }
a { background-color: rgb(184,250,227); }
div.DivClassName
{
background-color: #B8FAE3;
}
.BgClassName
{
background-color: #B8FAE3;
}
</style>
border-color css
<style>
span { border-color: #B8FAE3; }
span { border-color: rgb(184,250,227); }
td.TdClassName
{
border-color: #B8FAE3;
}
.TagClassName
{
border-color: #B8FAE3;
}
</style>