Shades of Water Leaf #B8EFE2
Tints of Water Leaf #B8EFE2
RGB
CMYK
RGB Variations
Color information
#B8EFE2 (or 0xB8EFE2) is known color: Water Leaf. HEX triplet: B8, EF and E2. RGB value is (184,239,226). Sum of RGB (Red+Green+Blue) = 184+239+226=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFE2 is #47101D. Grayscale: #DDDDDD. Windows color (decimal): -4657182 or 14872504. OLE color: 14872504.
HSL color Cylindrical-coordinate representation of color #B8EFE2: hue angle of 165.82º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFE2 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 226 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.06 |
| HSL | 165.82º | 0.63% | 0.83% | - |
| HSV(B) | 165.82º | 0.23% | 0.94% | - |
| XYZ | 64.36 | 77.41 | 83.5 | - |
| YUV | 221.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 226 | 0.23 | 0 | 0.05 | 0.06 | 165.82 | 0.63 | 0.83 |
| Hex | B8 | EF | E2 | 17 | 0 | 5 | 6 | A6 | 3F | 53 |
| Octal | 270 | 357 | 342 | 27 | 0 | 5 | 6 | 246 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11100010 | 10111 | 0 | 101 | 110 | 10100110 | 111111 | 1010011 |
Color Harmonies of #B8EFE2
Complementary color
Monochromatic Colors of #B8EFE2
Black with #B8EFE2
Text Example
Text Example
White with #B8EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFE2; }
p { color: rgb(184,239,226); }
H1.HeaderClassName
{
color: #B8EFE2;
}
.AnyTagClassName
{
color: #B8EFE2;
}
</style>
background-color css
<style>
a { background-color: #B8EFE2; }
a { background-color: rgb(184,239,226); }
div.DivClassName
{
background-color: #B8EFE2;
}
.BgClassName
{
background-color: #B8EFE2;
}
</style>
border-color css
<style>
span { border-color: #B8EFE2; }
span { border-color: rgb(184,239,226); }
td.TdClassName
{
border-color: #B8EFE2;
}
.TagClassName
{
border-color: #B8EFE2;
}
</style>