Shades of Water Leaf #B7FCDE
Tints of Water Leaf #B7FCDE
RGB
CMYK
RGB Variations
Color information
#B7FCDE (or 0xB7FCDE) is known color: Water Leaf. HEX triplet: B7, FC and DE. RGB value is (183,252,222). Sum of RGB (Red+Green+Blue) = 183+252+222=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCDE is #480321. Grayscale: #E4E4E4. Windows color (decimal): -4719394 or 14613687. OLE color: 14613687.
HSL color Cylindrical-coordinate representation of color #B7FCDE: hue angle of 153.91º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FCDE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 222 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.01 |
| HSL | 153.91º | 0.92% | 0.85% | - |
| HSV(B) | 153.91º | 0.27% | 0.99% | - |
| XYZ | 67.52 | 84.96 | 81.95 | - |
| YUV | 227.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 222 | 0.27 | 0 | 0.12 | 0.01 | 153.91 | 0.92 | 0.85 |
| Hex | B7 | FC | DE | 1B | 0 | C | 1 | 9A | 5C | 55 |
| Octal | 267 | 374 | 336 | 33 | 0 | 14 | 1 | 232 | 134 | 125 |
| Binary | 10110111 | 11111100 | 11011110 | 11011 | 0 | 1100 | 1 | 10011010 | 1011100 | 1010101 |
Color Harmonies of #B7FCDE
Complementary color
Monochromatic Colors of #B7FCDE
Black with #B7FCDE
Text Example
Text Example
White with #B7FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FCDE; }
p { color: rgb(183,252,222); }
H1.HeaderClassName
{
color: #B7FCDE;
}
.AnyTagClassName
{
color: #B7FCDE;
}
</style>
background-color css
<style>
a { background-color: #B7FCDE; }
a { background-color: rgb(183,252,222); }
div.DivClassName
{
background-color: #B7FCDE;
}
.BgClassName
{
background-color: #B7FCDE;
}
</style>
border-color css
<style>
span { border-color: #B7FCDE; }
span { border-color: rgb(183,252,222); }
td.TdClassName
{
border-color: #B7FCDE;
}
.TagClassName
{
border-color: #B7FCDE;
}
</style>