Shades of Water Leaf #B7F1E5
Tints of Water Leaf #B7F1E5
RGB
CMYK
RGB Variations
Color information
#B7F1E5 (or 0xB7F1E5) is known color: Water Leaf. HEX triplet: B7, F1 and E5. RGB value is (183,241,229). Sum of RGB (Red+Green+Blue) = 183+241+229=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1E5 is #480E1A. Grayscale: #DEDEDE. Windows color (decimal): -4722203 or 15069623. OLE color: 15069623.
HSL color Cylindrical-coordinate representation of color #B7F1E5: hue angle of 167.59º 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 #B7F1E5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 241 | 229 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.05 |
| HSL | 167.59º | 0.67% | 0.83% | - |
| HSV(B) | 167.59º | 0.24% | 0.95% | - |
| XYZ | 65.13 | 78.64 | 85.87 | - |
| YUV | 222.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 229 | 0.24 | 0 | 0.05 | 0.05 | 167.59 | 0.67 | 0.83 |
| Hex | B7 | F1 | E5 | 18 | 0 | 5 | 5 | A8 | 43 | 53 |
| Octal | 267 | 361 | 345 | 30 | 0 | 5 | 5 | 250 | 103 | 123 |
| Binary | 10110111 | 11110001 | 11100101 | 11000 | 0 | 101 | 101 | 10101000 | 1000011 | 1010011 |
Color Harmonies of #B7F1E5
Complementary color
Monochromatic Colors of #B7F1E5
Black with #B7F1E5
Text Example
Text Example
White with #B7F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F1E5; }
p { color: rgb(183,241,229); }
H1.HeaderClassName
{
color: #B7F1E5;
}
.AnyTagClassName
{
color: #B7F1E5;
}
</style>
background-color css
<style>
a { background-color: #B7F1E5; }
a { background-color: rgb(183,241,229); }
div.DivClassName
{
background-color: #B7F1E5;
}
.BgClassName
{
background-color: #B7F1E5;
}
</style>
border-color css
<style>
span { border-color: #B7F1E5; }
span { border-color: rgb(183,241,229); }
td.TdClassName
{
border-color: #B7F1E5;
}
.TagClassName
{
border-color: #B7F1E5;
}
</style>