Shades of Celadon #B2FCB1
Tints of Celadon #B2FCB1
RGB
CMYK
RGB Variations
Color information
#B2FCB1 (or 0xB2FCB1) is known color: Celadon. HEX triplet: B2, FC and B1. RGB value is (178,252,177). Sum of RGB (Red+Green+Blue) = 178+252+177=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FCB1 is #4D034E. Grayscale: #DDDDDD. Windows color (decimal): -5047119 or 11664562. OLE color: 11664562.
HSL color Cylindrical-coordinate representation of color #B2FCB1: hue angle of 119.2º 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 #B2FCB1 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 177 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.01 |
| HSL | 119.2º | 0.93% | 0.84% | - |
| HSV(B) | 119.2º | 0.3% | 0.99% | - |
| XYZ | 61.11 | 82.26 | 54.25 | - |
| YUV | 221.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 177 | 0.29 | 0 | 0.30 | 0.01 | 119.2 | 0.93 | 0.84 |
| Hex | B2 | FC | B1 | 1D | 0 | 1E | 1 | 77 | 5D | 54 |
| Octal | 262 | 374 | 261 | 35 | 0 | 36 | 1 | 167 | 135 | 124 |
| Binary | 10110010 | 11111100 | 10110001 | 11101 | 0 | 11110 | 1 | 1110111 | 1011101 | 1010100 |
Color Harmonies of #B2FCB1
Complementary color
Monochromatic Colors of #B2FCB1
Black with #B2FCB1
Text Example
Text Example
White with #B2FCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCB1; }
p { color: rgb(178,252,177); }
H1.HeaderClassName
{
color: #B2FCB1;
}
.AnyTagClassName
{
color: #B2FCB1;
}
</style>
background-color css
<style>
a { background-color: #B2FCB1; }
a { background-color: rgb(178,252,177); }
div.DivClassName
{
background-color: #B2FCB1;
}
.BgClassName
{
background-color: #B2FCB1;
}
</style>
border-color css
<style>
span { border-color: #B2FCB1; }
span { border-color: rgb(178,252,177); }
td.TdClassName
{
border-color: #B2FCB1;
}
.TagClassName
{
border-color: #B2FCB1;
}
</style>