Shades of Water Leaf #B8FFE3
Tints of Water Leaf #B8FFE3
RGB
CMYK
RGB Variations
Color information
#B8FFE3 (or 0xB8FFE3) is known color: Water Leaf. HEX triplet: B8, FF and E3. RGB value is (184,255,227). Sum of RGB (Red+Green+Blue) = 184+255+227=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFE3 is #47001C. Grayscale: #E6E6E6. Windows color (decimal): -4653085 or 14942136. OLE color: 14942136.
HSL color Cylindrical-coordinate representation of color #B8FFE3: hue angle of 156.34º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFE3 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 227 | - |
| CMYK | 0.28 | 0 | 0.11 | 0 |
| HSL | 156.34º | 1% | 0.86% | - |
| HSV(B) | 156.34º | 0.28% | 1% | - |
| XYZ | 69.39 | 87.26 | 85.86 | - |
| YUV | 230.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 227 | 0.28 | 0 | 0.11 | 0 | 156.34 | 1 | 0.86 |
| Hex | B8 | FF | E3 | 1C | 0 | B | 0 | 9C | 64 | 56 |
| Octal | 270 | 377 | 343 | 34 | 0 | 13 | 0 | 234 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11100011 | 11100 | 0 | 1011 | 0 | 10011100 | 1100100 | 1010110 |
Color Harmonies of #B8FFE3
Complementary color
Monochromatic Colors of #B8FFE3
Black with #B8FFE3
Text Example
Text Example
White with #B8FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFE3; }
p { color: rgb(184,255,227); }
H1.HeaderClassName
{
color: #B8FFE3;
}
.AnyTagClassName
{
color: #B8FFE3;
}
</style>
background-color css
<style>
a { background-color: #B8FFE3; }
a { background-color: rgb(184,255,227); }
div.DivClassName
{
background-color: #B8FFE3;
}
.BgClassName
{
background-color: #B8FFE3;
}
</style>
border-color css
<style>
span { border-color: #B8FFE3; }
span { border-color: rgb(184,255,227); }
td.TdClassName
{
border-color: #B8FFE3;
}
.TagClassName
{
border-color: #B8FFE3;
}
</style>