Shades of Celadon #B2FEB6
Tints of Celadon #B2FEB6
RGB
CMYK
RGB Variations
Color information
#B2FEB6 (or 0xB2FEB6) is known color: Celadon. HEX triplet: B2, FE and B6. RGB value is (178,254,182). Sum of RGB (Red+Green+Blue) = 178+254+182=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEB6 is #4D0149. Grayscale: #DFDFDF. Windows color (decimal): -5046602 or 11992754. OLE color: 11992754.
HSL color Cylindrical-coordinate representation of color #B2FEB6: hue angle of 123.16º 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 #B2FEB6 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 182 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.00 |
| HSL | 123.16º | 0.97% | 0.85% | - |
| HSV(B) | 123.16º | 0.3% | 1% | - |
| XYZ | 62.25 | 83.73 | 57.14 | - |
| YUV | 223.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 182 | 0.30 | 0 | 0.28 | 0.00 | 123.16 | 0.97 | 0.85 |
| Hex | B2 | FE | B6 | 1E | 0 | 1C | 0 | 7B | 61 | 55 |
| Octal | 262 | 376 | 266 | 36 | 0 | 34 | 0 | 173 | 141 | 125 |
| Binary | 10110010 | 11111110 | 10110110 | 11110 | 0 | 11100 | 0 | 1111011 | 1100001 | 1010101 |
Color Harmonies of #B2FEB6
Complementary color
Monochromatic Colors of #B2FEB6
Black with #B2FEB6
Text Example
Text Example
White with #B2FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEB6; }
p { color: rgb(178,254,182); }
H1.HeaderClassName
{
color: #B2FEB6;
}
.AnyTagClassName
{
color: #B2FEB6;
}
</style>
background-color css
<style>
a { background-color: #B2FEB6; }
a { background-color: rgb(178,254,182); }
div.DivClassName
{
background-color: #B2FEB6;
}
.BgClassName
{
background-color: #B2FEB6;
}
</style>
border-color css
<style>
span { border-color: #B2FEB6; }
span { border-color: rgb(178,254,182); }
td.TdClassName
{
border-color: #B2FEB6;
}
.TagClassName
{
border-color: #B2FEB6;
}
</style>