Shades of Celadon #B0FCB1
Tints of Celadon #B0FCB1
RGB
CMYK
RGB Variations
Color information
#B0FCB1 (or 0xB0FCB1) is known color: Celadon. HEX triplet: B0, FC and B1. RGB value is (176,252,177). Sum of RGB (Red+Green+Blue) = 176+252+177=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCB1 is #4F034E. Grayscale: #DCDCDC. Windows color (decimal): -5178191 or 11664560. OLE color: 11664560.
HSL color Cylindrical-coordinate representation of color #B0FCB1: hue angle of 120.79º 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 #B0FCB1 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 177 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.01 |
| HSL | 120.79º | 0.93% | 0.84% | - |
| HSV(B) | 120.79º | 0.3% | 0.99% | - |
| XYZ | 60.65 | 82.03 | 54.23 | - |
| YUV | 220.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 177 | 0.30 | 0 | 0.30 | 0.01 | 120.79 | 0.93 | 0.84 |
| Hex | B0 | FC | B1 | 1E | 0 | 1E | 1 | 79 | 5D | 54 |
| Octal | 260 | 374 | 261 | 36 | 0 | 36 | 1 | 171 | 135 | 124 |
| Binary | 10110000 | 11111100 | 10110001 | 11110 | 0 | 11110 | 1 | 1111001 | 1011101 | 1010100 |
Color Harmonies of #B0FCB1
Complementary color
Monochromatic Colors of #B0FCB1
Black with #B0FCB1
Text Example
Text Example
White with #B0FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCB1; }
p { color: rgb(176,252,177); }
H1.HeaderClassName
{
color: #B0FCB1;
}
.AnyTagClassName
{
color: #B0FCB1;
}
</style>
background-color css
<style>
a { background-color: #B0FCB1; }
a { background-color: rgb(176,252,177); }
div.DivClassName
{
background-color: #B0FCB1;
}
.BgClassName
{
background-color: #B0FCB1;
}
</style>
border-color css
<style>
span { border-color: #B0FCB1; }
span { border-color: rgb(176,252,177); }
td.TdClassName
{
border-color: #B0FCB1;
}
.TagClassName
{
border-color: #B0FCB1;
}
</style>