Shades of Celadon #B0E1B1
Tints of Celadon #B0E1B1
RGB
CMYK
RGB Variations
Color information
#B0E1B1 (or 0xB0E1B1) is known color: Celadon. HEX triplet: B0, E1 and B1. RGB value is (176,225,177). Sum of RGB (Red+Green+Blue) = 176+225+177=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E1B1 is #4F1E4E. Grayscale: #CDCDCD. Windows color (decimal): -5185103 or 11657648. OLE color: 11657648.
HSL color Cylindrical-coordinate representation of color #B0E1B1: hue angle of 121.22º 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 #B0E1B1 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 177 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.12 |
| HSL | 121.22º | 0.45% | 0.79% | - |
| HSV(B) | 121.22º | 0.22% | 0.88% | - |
| XYZ | 52.77 | 66.25 | 51.6 | - |
| YUV | 204.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 177 | 0.22 | 0 | 0.21 | 0.12 | 121.22 | 0.45 | 0.79 |
| Hex | B0 | E1 | B1 | 16 | 0 | 15 | C | 79 | 2D | 4F |
| Octal | 260 | 341 | 261 | 26 | 0 | 25 | 14 | 171 | 55 | 117 |
| Binary | 10110000 | 11100001 | 10110001 | 10110 | 0 | 10101 | 1100 | 1111001 | 101101 | 1001111 |
Color Harmonies of #B0E1B1
Complementary color
Monochromatic Colors of #B0E1B1
Black with #B0E1B1
Text Example
Text Example
White with #B0E1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1B1; }
p { color: rgb(176,225,177); }
H1.HeaderClassName
{
color: #B0E1B1;
}
.AnyTagClassName
{
color: #B0E1B1;
}
</style>
background-color css
<style>
a { background-color: #B0E1B1; }
a { background-color: rgb(176,225,177); }
div.DivClassName
{
background-color: #B0E1B1;
}
.BgClassName
{
background-color: #B0E1B1;
}
</style>
border-color css
<style>
span { border-color: #B0E1B1; }
span { border-color: rgb(176,225,177); }
td.TdClassName
{
border-color: #B0E1B1;
}
.TagClassName
{
border-color: #B0E1B1;
}
</style>