Shades of Water Leaf #B8F3E0
Tints of Water Leaf #B8F3E0
RGB
CMYK
RGB Variations
Color information
#B8F3E0 (or 0xB8F3E0) is known color: Water Leaf. HEX triplet: B8, F3 and E0. RGB value is (184,243,224). Sum of RGB (Red+Green+Blue) = 184+243+224=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3E0 is #470C1F. Grayscale: #DFDFDF. Windows color (decimal): -4656160 or 14742456. OLE color: 14742456.
HSL color Cylindrical-coordinate representation of color #B8F3E0: hue angle of 160.68º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F3E0 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 224 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.05 |
| HSL | 160.68º | 0.71% | 0.84% | - |
| HSV(B) | 160.68º | 0.24% | 0.95% | - |
| XYZ | 65.27 | 79.67 | 82.46 | - |
| YUV | 223.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 224 | 0.24 | 0 | 0.08 | 0.05 | 160.68 | 0.71 | 0.84 |
| Hex | B8 | F3 | E0 | 18 | 0 | 8 | 5 | A1 | 47 | 54 |
| Octal | 270 | 363 | 340 | 30 | 0 | 10 | 5 | 241 | 107 | 124 |
| Binary | 10111000 | 11110011 | 11100000 | 11000 | 0 | 1000 | 101 | 10100001 | 1000111 | 1010100 |
Color Harmonies of #B8F3E0
Complementary color
Monochromatic Colors of #B8F3E0
Black with #B8F3E0
Text Example
Text Example
White with #B8F3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F3E0; }
p { color: rgb(184,243,224); }
H1.HeaderClassName
{
color: #B8F3E0;
}
.AnyTagClassName
{
color: #B8F3E0;
}
</style>
background-color css
<style>
a { background-color: #B8F3E0; }
a { background-color: rgb(184,243,224); }
div.DivClassName
{
background-color: #B8F3E0;
}
.BgClassName
{
background-color: #B8F3E0;
}
</style>
border-color css
<style>
span { border-color: #B8F3E0; }
span { border-color: rgb(184,243,224); }
td.TdClassName
{
border-color: #B8F3E0;
}
.TagClassName
{
border-color: #B8F3E0;
}
</style>