Shades of Celadon #B1FCB5
Tints of Celadon #B1FCB5
RGB
CMYK
RGB Variations
Color information
#B1FCB5 (or 0xB1FCB5) is known color: Celadon. HEX triplet: B1, FC and B5. RGB value is (177,252,181). Sum of RGB (Red+Green+Blue) = 177+252+181=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCB5 is #4E034A. Grayscale: #DDDDDD. Windows color (decimal): -5112651 or 11926705. OLE color: 11926705.
HSL color Cylindrical-coordinate representation of color #B1FCB5: hue angle of 123.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 #B1FCB5 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 181 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.01 |
| HSL | 123.2º | 0.93% | 0.84% | - |
| HSV(B) | 123.2º | 0.3% | 0.99% | - |
| XYZ | 61.28 | 82.3 | 56.37 | - |
| YUV | 221.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 181 | 0.30 | 0 | 0.28 | 0.01 | 123.2 | 0.93 | 0.84 |
| Hex | B1 | FC | B5 | 1E | 0 | 1C | 1 | 7B | 5D | 54 |
| Octal | 261 | 374 | 265 | 36 | 0 | 34 | 1 | 173 | 135 | 124 |
| Binary | 10110001 | 11111100 | 10110101 | 11110 | 0 | 11100 | 1 | 1111011 | 1011101 | 1010100 |
Color Harmonies of #B1FCB5
Complementary color
Monochromatic Colors of #B1FCB5
Black with #B1FCB5
Text Example
Text Example
White with #B1FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCB5; }
p { color: rgb(177,252,181); }
H1.HeaderClassName
{
color: #B1FCB5;
}
.AnyTagClassName
{
color: #B1FCB5;
}
</style>
background-color css
<style>
a { background-color: #B1FCB5; }
a { background-color: rgb(177,252,181); }
div.DivClassName
{
background-color: #B1FCB5;
}
.BgClassName
{
background-color: #B1FCB5;
}
</style>
border-color css
<style>
span { border-color: #B1FCB5; }
span { border-color: rgb(177,252,181); }
td.TdClassName
{
border-color: #B1FCB5;
}
.TagClassName
{
border-color: #B1FCB5;
}
</style>