Shades of Celadon #B2FCAF
Tints of Celadon #B2FCAF
RGB
CMYK
RGB Variations
Color information
#B2FCAF (or 0xB2FCAF) is known color: Celadon. HEX triplet: B2, FC and AF. RGB value is (178,252,175). Sum of RGB (Red+Green+Blue) = 178+252+175=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FCAF is #4D0350. Grayscale: #DDDDDD. Windows color (decimal): -5047121 or 11533490. OLE color: 11533490.
HSL color Cylindrical-coordinate representation of color #B2FCAF: hue angle of 117.66º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2FCAF is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 252 | 175 | - |
CMYK | 0.29 | 0 | 0.31 | 0.01 |
HSL | 117.66º | 0.93% | 0.84% | - |
HSV(B) | 117.66º | 0.31% | 0.99% | - |
XYZ | 60.91 | 82.18 | 53.21 | - |
YUV | 221.1 | 101.98 | 97.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 252 | 175 | 0.29 | 0 | 0.31 | 0.01 | 117.66 | 0.93 | 0.84 |
Hex | B2 | FC | AF | 1D | 0 | 1F | 1 | 76 | 5D | 54 |
Octal | 262 | 374 | 257 | 35 | 0 | 37 | 1 | 166 | 135 | 124 |
Binary | 10110010 | 11111100 | 10101111 | 11101 | 0 | 11111 | 1 | 1110110 | 1011101 | 1010100 |
Color Harmonies of #B2FCAF
Complementary color
Monochromatic Colors of #B2FCAF
Black with #B2FCAF
Text Example
Text Example
White with #B2FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCAF; }
p { color: rgb(178,252,175); }
H1.HeaderClassName
{
color: #B2FCAF;
}
.AnyTagClassName
{
color: #B2FCAF;
}
</style>
background-color css
<style>
a { background-color: #B2FCAF; }
a { background-color: rgb(178,252,175); }
div.DivClassName
{
background-color: #B2FCAF;
}
.BgClassName
{
background-color: #B2FCAF;
}
</style>
border-color css
<style>
span { border-color: #B2FCAF; }
span { border-color: rgb(178,252,175); }
td.TdClassName
{
border-color: #B2FCAF;
}
.TagClassName
{
border-color: #B2FCAF;
}
</style>