Shades of Celadon #B0E0B4
Tints of Celadon #B0E0B4
RGB
CMYK
RGB Variations
Color information
#B0E0B4 (or 0xB0E0B4) is known color: Celadon. HEX triplet: B0, E0 and B4. RGB value is (176,224,180). Sum of RGB (Red+Green+Blue) = 176+224+180=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E0B4 is #4F1F4B. Grayscale: #CCCCCC. Windows color (decimal): -5185356 or 11854000. OLE color: 11854000.
HSL color Cylindrical-coordinate representation of color #B0E0B4: hue angle of 125º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0E0B4 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 180 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.12 |
| HSL | 125º | 0.44% | 0.78% | - |
| HSV(B) | 125º | 0.21% | 0.88% | - |
| XYZ | 52.8 | 65.84 | 53.11 | - |
| YUV | 204.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 180 | 0.21 | 0 | 0.20 | 0.12 | 125 | 0.44 | 0.78 |
| Hex | B0 | E0 | B4 | 15 | 0 | 14 | C | 7D | 2C | 4E |
| Octal | 260 | 340 | 264 | 25 | 0 | 24 | 14 | 175 | 54 | 116 |
| Binary | 10110000 | 11100000 | 10110100 | 10101 | 0 | 10100 | 1100 | 1111101 | 101100 | 1001110 |
Color Harmonies of #B0E0B4
Complementary color
Monochromatic Colors of #B0E0B4
Black with #B0E0B4
Text Example
Text Example
White with #B0E0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0B4; }
p { color: rgb(176,224,180); }
H1.HeaderClassName
{
color: #B0E0B4;
}
.AnyTagClassName
{
color: #B0E0B4;
}
</style>
background-color css
<style>
a { background-color: #B0E0B4; }
a { background-color: rgb(176,224,180); }
div.DivClassName
{
background-color: #B0E0B4;
}
.BgClassName
{
background-color: #B0E0B4;
}
</style>
border-color css
<style>
span { border-color: #B0E0B4; }
span { border-color: rgb(176,224,180); }
td.TdClassName
{
border-color: #B0E0B4;
}
.TagClassName
{
border-color: #B0E0B4;
}
</style>