Shades of Water Leaf #B0FCE3
Tints of Water Leaf #B0FCE3
RGB
CMYK
RGB Variations
Color information
#B0FCE3 (or 0xB0FCE3) is known color: Water Leaf. HEX triplet: B0, FC and E3. RGB value is (176,252,227). Sum of RGB (Red+Green+Blue) = 176+252+227=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCE3 is #4F031C. Grayscale: #E2E2E2. Windows color (decimal): -5178141 or 14941360. OLE color: 14941360.
HSL color Cylindrical-coordinate representation of color #B0FCE3: hue angle of 160.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCE3 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 227 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.01 |
| HSL | 160.26º | 0.93% | 0.84% | - |
| HSV(B) | 160.26º | 0.3% | 0.99% | - |
| XYZ | 66.58 | 84.4 | 85.45 | - |
| YUV | 226.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 227 | 0.30 | 0 | 0.10 | 0.01 | 160.26 | 0.93 | 0.84 |
| Hex | B0 | FC | E3 | 1E | 0 | A | 1 | A0 | 5D | 54 |
| Octal | 260 | 374 | 343 | 36 | 0 | 12 | 1 | 240 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11100011 | 11110 | 0 | 1010 | 1 | 10100000 | 1011101 | 1010100 |
Color Harmonies of #B0FCE3
Complementary color
Monochromatic Colors of #B0FCE3
Black with #B0FCE3
Text Example
Text Example
White with #B0FCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCE3; }
p { color: rgb(176,252,227); }
H1.HeaderClassName
{
color: #B0FCE3;
}
.AnyTagClassName
{
color: #B0FCE3;
}
</style>
background-color css
<style>
a { background-color: #B0FCE3; }
a { background-color: rgb(176,252,227); }
div.DivClassName
{
background-color: #B0FCE3;
}
.BgClassName
{
background-color: #B0FCE3;
}
</style>
border-color css
<style>
span { border-color: #B0FCE3; }
span { border-color: rgb(176,252,227); }
td.TdClassName
{
border-color: #B0FCE3;
}
.TagClassName
{
border-color: #B0FCE3;
}
</style>