Shades of Water Leaf #B8F1E2
Tints of Water Leaf #B8F1E2
RGB
CMYK
RGB Variations
Color information
#B8F1E2 (or 0xB8F1E2) is known color: Water Leaf. HEX triplet: B8, F1 and E2. RGB value is (184,241,226). Sum of RGB (Red+Green+Blue) = 184+241+226=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1E2 is #470E1D. Grayscale: #DEDEDE. Windows color (decimal): -4656670 or 14873016. OLE color: 14873016.
HSL color Cylindrical-coordinate representation of color #B8F1E2: hue angle of 164.21º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1E2 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 226 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.05 |
| HSL | 164.21º | 0.67% | 0.83% | - |
| HSV(B) | 164.21º | 0.24% | 0.95% | - |
| XYZ | 64.95 | 78.59 | 83.7 | - |
| YUV | 222.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 226 | 0.24 | 0 | 0.06 | 0.05 | 164.21 | 0.67 | 0.83 |
| Hex | B8 | F1 | E2 | 18 | 0 | 6 | 5 | A4 | 43 | 53 |
| Octal | 270 | 361 | 342 | 30 | 0 | 6 | 5 | 244 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11100010 | 11000 | 0 | 110 | 101 | 10100100 | 1000011 | 1010011 |
Color Harmonies of #B8F1E2
Complementary color
Monochromatic Colors of #B8F1E2
Black with #B8F1E2
Text Example
Text Example
White with #B8F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1E2; }
p { color: rgb(184,241,226); }
H1.HeaderClassName
{
color: #B8F1E2;
}
.AnyTagClassName
{
color: #B8F1E2;
}
</style>
background-color css
<style>
a { background-color: #B8F1E2; }
a { background-color: rgb(184,241,226); }
div.DivClassName
{
background-color: #B8F1E2;
}
.BgClassName
{
background-color: #B8F1E2;
}
</style>
border-color css
<style>
span { border-color: #B8F1E2; }
span { border-color: rgb(184,241,226); }
td.TdClassName
{
border-color: #B8F1E2;
}
.TagClassName
{
border-color: #B8F1E2;
}
</style>