Shades of Celadon #B2FFB0
Tints of Celadon #B2FFB0
RGB
CMYK
RGB Variations
Color information
#B2FFB0 (or 0xB2FFB0) is known color: Celadon. HEX triplet: B2, FF and B0. RGB value is (178,255,176). Sum of RGB (Red+Green+Blue) = 178+255+176=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFB0 is #4D004F. Grayscale: #DFDFDF. Windows color (decimal): -5046352 or 11599794. OLE color: 11599794.
HSL color Cylindrical-coordinate representation of color #B2FFB0: hue angle of 118.48º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2FFB0 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 176 | - |
| CMYK | 0.30 | 0 | 0.31 | 0 |
| HSL | 118.48º | 1% | 0.85% | - |
| HSV(B) | 118.48º | 0.31% | 1% | - |
| XYZ | 61.96 | 84.12 | 54.05 | - |
| YUV | 222.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 176 | 0.30 | 0 | 0.31 | 0 | 118.48 | 1 | 0.85 |
| Hex | B2 | FF | B0 | 1E | 0 | 1F | 0 | 76 | 64 | 55 |
| Octal | 262 | 377 | 260 | 36 | 0 | 37 | 0 | 166 | 144 | 125 |
| Binary | 10110010 | 11111111 | 10110000 | 11110 | 0 | 11111 | 0 | 1110110 | 1100100 | 1010101 |
Color Harmonies of #B2FFB0
Complementary color
Monochromatic Colors of #B2FFB0
Black with #B2FFB0
Text Example
Text Example
White with #B2FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFB0; }
p { color: rgb(178,255,176); }
H1.HeaderClassName
{
color: #B2FFB0;
}
.AnyTagClassName
{
color: #B2FFB0;
}
</style>
background-color css
<style>
a { background-color: #B2FFB0; }
a { background-color: rgb(178,255,176); }
div.DivClassName
{
background-color: #B2FFB0;
}
.BgClassName
{
background-color: #B2FFB0;
}
</style>
border-color css
<style>
span { border-color: #B2FFB0; }
span { border-color: rgb(178,255,176); }
td.TdClassName
{
border-color: #B2FFB0;
}
.TagClassName
{
border-color: #B2FFB0;
}
</style>