Shades of Celadon #B2FFAE
Tints of Celadon #B2FFAE
RGB
CMYK
RGB Variations
Color information
#B2FFAE (or 0xB2FFAE) is known color: Celadon. HEX triplet: B2, FF and AE. RGB value is (178,255,174). Sum of RGB (Red+Green+Blue) = 178+255+174=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFAE is #4D0051. Grayscale: #DEDEDE. Windows color (decimal): -5046354 or 11468722. OLE color: 11468722.
HSL color Cylindrical-coordinate representation of color #B2FFAE: hue angle of 117.04º 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 #B2FFAE is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 174 | - |
| CMYK | 0.30 | 0 | 0.32 | 0 |
| HSL | 117.04º | 1% | 0.84% | - |
| HSV(B) | 117.04º | 0.32% | 1% | - |
| XYZ | 61.76 | 84.04 | 53.01 | - |
| YUV | 222.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 174 | 0.30 | 0 | 0.32 | 0 | 117.04 | 1 | 0.84 |
| Hex | B2 | FF | AE | 1E | 0 | 20 | 0 | 75 | 64 | 54 |
| Octal | 262 | 377 | 256 | 36 | 0 | 40 | 0 | 165 | 144 | 124 |
| Binary | 10110010 | 11111111 | 10101110 | 11110 | 0 | 100000 | 0 | 1110101 | 1100100 | 1010100 |
Color Harmonies of #B2FFAE
Complementary color
Monochromatic Colors of #B2FFAE
Black with #B2FFAE
Text Example
Text Example
White with #B2FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFAE; }
p { color: rgb(178,255,174); }
H1.HeaderClassName
{
color: #B2FFAE;
}
.AnyTagClassName
{
color: #B2FFAE;
}
</style>
background-color css
<style>
a { background-color: #B2FFAE; }
a { background-color: rgb(178,255,174); }
div.DivClassName
{
background-color: #B2FFAE;
}
.BgClassName
{
background-color: #B2FFAE;
}
</style>
border-color css
<style>
span { border-color: #B2FFAE; }
span { border-color: rgb(178,255,174); }
td.TdClassName
{
border-color: #B2FFAE;
}
.TagClassName
{
border-color: #B2FFAE;
}
</style>