Shades of Celadon #B1FEB6
Tints of Celadon #B1FEB6
RGB
CMYK
RGB Variations
Color information
#B1FEB6 (or 0xB1FEB6) is known color: Celadon. HEX triplet: B1, FE and B6. RGB value is (177,254,182). Sum of RGB (Red+Green+Blue) = 177+254+182=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEB6 is #4E0149. Grayscale: #DEDEDE. Windows color (decimal): -5112138 or 11992753. OLE color: 11992753.
HSL color Cylindrical-coordinate representation of color #B1FEB6: hue angle of 123.9º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEB6 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 182 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.00 |
| HSL | 123.9º | 0.97% | 0.85% | - |
| HSV(B) | 123.9º | 0.3% | 1% | - |
| XYZ | 62.02 | 83.61 | 57.13 | - |
| YUV | 222.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 182 | 0.30 | 0 | 0.28 | 0.00 | 123.9 | 0.97 | 0.85 |
| Hex | B1 | FE | B6 | 1E | 0 | 1C | 0 | 7C | 61 | 55 |
| Octal | 261 | 376 | 266 | 36 | 0 | 34 | 0 | 174 | 141 | 125 |
| Binary | 10110001 | 11111110 | 10110110 | 11110 | 0 | 11100 | 0 | 1111100 | 1100001 | 1010101 |
Color Harmonies of #B1FEB6
Complementary color
Monochromatic Colors of #B1FEB6
Black with #B1FEB6
Text Example
Text Example
White with #B1FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEB6; }
p { color: rgb(177,254,182); }
H1.HeaderClassName
{
color: #B1FEB6;
}
.AnyTagClassName
{
color: #B1FEB6;
}
</style>
background-color css
<style>
a { background-color: #B1FEB6; }
a { background-color: rgb(177,254,182); }
div.DivClassName
{
background-color: #B1FEB6;
}
.BgClassName
{
background-color: #B1FEB6;
}
</style>
border-color css
<style>
span { border-color: #B1FEB6; }
span { border-color: rgb(177,254,182); }
td.TdClassName
{
border-color: #B1FEB6;
}
.TagClassName
{
border-color: #B1FEB6;
}
</style>