Shades of Water Leaf #B8F1E3
Tints of Water Leaf #B8F1E3
RGB
CMYK
RGB Variations
Color information
#B8F1E3 (or 0xB8F1E3) is known color: Water Leaf. HEX triplet: B8, F1 and E3. RGB value is (184,241,227). Sum of RGB (Red+Green+Blue) = 184+241+227=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1E3 is #470E1C. Grayscale: #DEDEDE. Windows color (decimal): -4656669 or 14938552. OLE color: 14938552.
HSL color Cylindrical-coordinate representation of color #B8F1E3: hue angle of 165.26º 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 #B8F1E3 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 227 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.05 |
| HSL | 165.26º | 0.67% | 0.83% | - |
| HSV(B) | 165.26º | 0.24% | 0.95% | - |
| XYZ | 65.09 | 78.65 | 84.42 | - |
| YUV | 222.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 227 | 0.24 | 0 | 0.06 | 0.05 | 165.26 | 0.67 | 0.83 |
| Hex | B8 | F1 | E3 | 18 | 0 | 6 | 5 | A5 | 43 | 53 |
| Octal | 270 | 361 | 343 | 30 | 0 | 6 | 5 | 245 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11100011 | 11000 | 0 | 110 | 101 | 10100101 | 1000011 | 1010011 |
Color Harmonies of #B8F1E3
Complementary color
Monochromatic Colors of #B8F1E3
Black with #B8F1E3
Text Example
Text Example
White with #B8F1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1E3; }
p { color: rgb(184,241,227); }
H1.HeaderClassName
{
color: #B8F1E3;
}
.AnyTagClassName
{
color: #B8F1E3;
}
</style>
background-color css
<style>
a { background-color: #B8F1E3; }
a { background-color: rgb(184,241,227); }
div.DivClassName
{
background-color: #B8F1E3;
}
.BgClassName
{
background-color: #B8F1E3;
}
</style>
border-color css
<style>
span { border-color: #B8F1E3; }
span { border-color: rgb(184,241,227); }
td.TdClassName
{
border-color: #B8F1E3;
}
.TagClassName
{
border-color: #B8F1E3;
}
</style>