Shades of Celadon #B0E1B2
Tints of Celadon #B0E1B2
RGB
CMYK
RGB Variations
Color information
#B0E1B2 (or 0xB0E1B2) is known color: Celadon. HEX triplet: B0, E1 and B2. RGB value is (176,225,178). Sum of RGB (Red+Green+Blue) = 176+225+178=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E1B2 is #4F1E4D. Grayscale: #CDCDCD. Windows color (decimal): -5185102 or 11723184. OLE color: 11723184.
HSL color Cylindrical-coordinate representation of color #B0E1B2: hue angle of 122.45º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1B2 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 178 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.12 |
| HSL | 122.45º | 0.45% | 0.79% | - |
| HSV(B) | 122.45º | 0.22% | 0.88% | - |
| XYZ | 52.87 | 66.29 | 52.13 | - |
| YUV | 204.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 178 | 0.22 | 0 | 0.21 | 0.12 | 122.45 | 0.45 | 0.79 |
| Hex | B0 | E1 | B2 | 16 | 0 | 15 | C | 7A | 2D | 4F |
| Octal | 260 | 341 | 262 | 26 | 0 | 25 | 14 | 172 | 55 | 117 |
| Binary | 10110000 | 11100001 | 10110010 | 10110 | 0 | 10101 | 1100 | 1111010 | 101101 | 1001111 |
Color Harmonies of #B0E1B2
Complementary color
Monochromatic Colors of #B0E1B2
Black with #B0E1B2
Text Example
Text Example
White with #B0E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1B2; }
p { color: rgb(176,225,178); }
H1.HeaderClassName
{
color: #B0E1B2;
}
.AnyTagClassName
{
color: #B0E1B2;
}
</style>
background-color css
<style>
a { background-color: #B0E1B2; }
a { background-color: rgb(176,225,178); }
div.DivClassName
{
background-color: #B0E1B2;
}
.BgClassName
{
background-color: #B0E1B2;
}
</style>
border-color css
<style>
span { border-color: #B0E1B2; }
span { border-color: rgb(176,225,178); }
td.TdClassName
{
border-color: #B0E1B2;
}
.TagClassName
{
border-color: #B0E1B2;
}
</style>