Shades of Celadon #B2FFAD
Tints of Celadon #B2FFAD
RGB
CMYK
RGB Variations
Color information
#B2FFAD (or 0xB2FFAD) is known color: Celadon. HEX triplet: B2, FF and AD. RGB value is (178,255,173). Sum of RGB (Red+Green+Blue) = 178+255+173=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFAD is #4D0052. Grayscale: #DEDEDE. Windows color (decimal): -5046355 or 11403186. OLE color: 11403186.
HSL color Cylindrical-coordinate representation of color #B2FFAD: hue angle of 116.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2FFAD is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 173 | - |
| CMYK | 0.30 | 0 | 0.32 | 0 |
| HSL | 116.34º | 1% | 0.84% | - |
| HSV(B) | 116.34º | 0.32% | 1% | - |
| XYZ | 61.66 | 84 | 52.5 | - |
| YUV | 222.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 173 | 0.30 | 0 | 0.32 | 0 | 116.34 | 1 | 0.84 |
| Hex | B2 | FF | AD | 1E | 0 | 20 | 0 | 74 | 64 | 54 |
| Octal | 262 | 377 | 255 | 36 | 0 | 40 | 0 | 164 | 144 | 124 |
| Binary | 10110010 | 11111111 | 10101101 | 11110 | 0 | 100000 | 0 | 1110100 | 1100100 | 1010100 |
Color Harmonies of #B2FFAD
Complementary color
Monochromatic Colors of #B2FFAD
Black with #B2FFAD
Text Example
Text Example
White with #B2FFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFAD; }
p { color: rgb(178,255,173); }
H1.HeaderClassName
{
color: #B2FFAD;
}
.AnyTagClassName
{
color: #B2FFAD;
}
</style>
background-color css
<style>
a { background-color: #B2FFAD; }
a { background-color: rgb(178,255,173); }
div.DivClassName
{
background-color: #B2FFAD;
}
.BgClassName
{
background-color: #B2FFAD;
}
</style>
border-color css
<style>
span { border-color: #B2FFAD; }
span { border-color: rgb(178,255,173); }
td.TdClassName
{
border-color: #B2FFAD;
}
.TagClassName
{
border-color: #B2FFAD;
}
</style>