Shades of Celadon #B2FAAE
Tints of Celadon #B2FAAE
RGB
CMYK
RGB Variations
Color information
#B2FAAE (or 0xB2FAAE) is known color: Celadon. HEX triplet: B2, FA and AE. RGB value is (178,250,174). Sum of RGB (Red+Green+Blue) = 178+250+174=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAAE is #4D0551. Grayscale: #DCDCDC. Windows color (decimal): -5047634 or 11467442. OLE color: 11467442.
HSL color Cylindrical-coordinate representation of color #B2FAAE: hue angle of 116.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FAAE is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 174 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.02 |
| HSL | 116.84º | 0.88% | 0.83% | - |
| HSV(B) | 116.84º | 0.3% | 0.98% | - |
| XYZ | 60.19 | 80.89 | 52.49 | - |
| YUV | 219.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 174 | 0.29 | 0 | 0.30 | 0.02 | 116.84 | 0.88 | 0.83 |
| Hex | B2 | FA | AE | 1D | 0 | 1E | 2 | 75 | 58 | 53 |
| Octal | 262 | 372 | 256 | 35 | 0 | 36 | 2 | 165 | 130 | 123 |
| Binary | 10110010 | 11111010 | 10101110 | 11101 | 0 | 11110 | 10 | 1110101 | 1011000 | 1010011 |
Color Harmonies of #B2FAAE
Complementary color
Monochromatic Colors of #B2FAAE
Black with #B2FAAE
Text Example
Text Example
White with #B2FAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAAE; }
p { color: rgb(178,250,174); }
H1.HeaderClassName
{
color: #B2FAAE;
}
.AnyTagClassName
{
color: #B2FAAE;
}
</style>
background-color css
<style>
a { background-color: #B2FAAE; }
a { background-color: rgb(178,250,174); }
div.DivClassName
{
background-color: #B2FAAE;
}
.BgClassName
{
background-color: #B2FAAE;
}
</style>
border-color css
<style>
span { border-color: #B2FAAE; }
span { border-color: rgb(178,250,174); }
td.TdClassName
{
border-color: #B2FAAE;
}
.TagClassName
{
border-color: #B2FAAE;
}
</style>