Shades of Celadon #B1FCAC
Tints of Celadon #B1FCAC
RGB
CMYK
RGB Variations
Color information
#B1FCAC (or 0xB1FCAC) is known color: Celadon. HEX triplet: B1, FC and AC. RGB value is (177,252,172). Sum of RGB (Red+Green+Blue) = 177+252+172=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FCAC is #4E0353. Grayscale: #DCDCDC. Windows color (decimal): -5112660 or 11336881. OLE color: 11336881.
HSL color Cylindrical-coordinate representation of color #B1FCAC: hue angle of 116.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FCAC is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 172 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.01 |
| HSL | 116.25º | 0.93% | 0.83% | - |
| HSV(B) | 116.25º | 0.32% | 0.99% | - |
| XYZ | 60.39 | 81.95 | 51.66 | - |
| YUV | 220.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 172 | 0.30 | 0 | 0.32 | 0.01 | 116.25 | 0.93 | 0.83 |
| Hex | B1 | FC | AC | 1E | 0 | 20 | 1 | 74 | 5D | 53 |
| Octal | 261 | 374 | 254 | 36 | 0 | 40 | 1 | 164 | 135 | 123 |
| Binary | 10110001 | 11111100 | 10101100 | 11110 | 0 | 100000 | 1 | 1110100 | 1011101 | 1010011 |
Color Harmonies of #B1FCAC
Complementary color
Monochromatic Colors of #B1FCAC
Black with #B1FCAC
Text Example
Text Example
White with #B1FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCAC; }
p { color: rgb(177,252,172); }
H1.HeaderClassName
{
color: #B1FCAC;
}
.AnyTagClassName
{
color: #B1FCAC;
}
</style>
background-color css
<style>
a { background-color: #B1FCAC; }
a { background-color: rgb(177,252,172); }
div.DivClassName
{
background-color: #B1FCAC;
}
.BgClassName
{
background-color: #B1FCAC;
}
</style>
border-color css
<style>
span { border-color: #B1FCAC; }
span { border-color: rgb(177,252,172); }
td.TdClassName
{
border-color: #B1FCAC;
}
.TagClassName
{
border-color: #B1FCAC;
}
</style>