Shades of Water Leaf #B7F3DF
Tints of Water Leaf #B7F3DF
RGB
CMYK
RGB Variations
Color information
#B7F3DF (or 0xB7F3DF) is known color: Water Leaf. HEX triplet: B7, F3 and DF. RGB value is (183,243,223). Sum of RGB (Red+Green+Blue) = 183+243+223=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3DF is #480C20. Grayscale: #DEDEDE. Windows color (decimal): -4721697 or 14676919. OLE color: 14676919.
HSL color Cylindrical-coordinate representation of color #B7F3DF: hue angle of 160º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3DF is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 223 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.05 |
| HSL | 160º | 0.71% | 0.84% | - |
| HSV(B) | 160º | 0.25% | 0.95% | - |
| XYZ | 64.9 | 79.5 | 81.74 | - |
| YUV | 222.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 223 | 0.25 | 0 | 0.08 | 0.05 | 160 | 0.71 | 0.84 |
| Hex | B7 | F3 | DF | 19 | 0 | 8 | 5 | A0 | 47 | 54 |
| Octal | 267 | 363 | 337 | 31 | 0 | 10 | 5 | 240 | 107 | 124 |
| Binary | 10110111 | 11110011 | 11011111 | 11001 | 0 | 1000 | 101 | 10100000 | 1000111 | 1010100 |
Color Harmonies of #B7F3DF
Complementary color
Monochromatic Colors of #B7F3DF
Black with #B7F3DF
Text Example
Text Example
White with #B7F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3DF; }
p { color: rgb(183,243,223); }
H1.HeaderClassName
{
color: #B7F3DF;
}
.AnyTagClassName
{
color: #B7F3DF;
}
</style>
background-color css
<style>
a { background-color: #B7F3DF; }
a { background-color: rgb(183,243,223); }
div.DivClassName
{
background-color: #B7F3DF;
}
.BgClassName
{
background-color: #B7F3DF;
}
</style>
border-color css
<style>
span { border-color: #B7F3DF; }
span { border-color: rgb(183,243,223); }
td.TdClassName
{
border-color: #B7F3DF;
}
.TagClassName
{
border-color: #B7F3DF;
}
</style>