Shades of Celadon #B0D8B3
Tints of Celadon #B0D8B3
RGB
CMYK
RGB Variations
Color information
#B0D8B3 (or 0xB0D8B3) is known color: Celadon. HEX triplet: B0, D8 and B3. RGB value is (176,216,179). Sum of RGB (Red+Green+Blue) = 176+216+179=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8B3 is #4F274C. Grayscale: #C7C7C7. Windows color (decimal): -5187405 or 11786416. OLE color: 11786416.
HSL color Cylindrical-coordinate representation of color #B0D8B3: hue angle of 124.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8B3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 179 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.15 |
| HSL | 124.5º | 0.34% | 0.77% | - |
| HSV(B) | 124.5º | 0.19% | 0.85% | - |
| XYZ | 50.6 | 61.6 | 51.87 | - |
| YUV | 199.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 179 | 0.19 | 0 | 0.17 | 0.15 | 124.5 | 0.34 | 0.77 |
| Hex | B0 | D8 | B3 | 13 | 0 | 11 | F | 7C | 22 | 4D |
| Octal | 260 | 330 | 263 | 23 | 0 | 21 | 17 | 174 | 42 | 115 |
| Binary | 10110000 | 11011000 | 10110011 | 10011 | 0 | 10001 | 1111 | 1111100 | 100010 | 1001101 |
Color Harmonies of #B0D8B3
Complementary color
Monochromatic Colors of #B0D8B3
Black with #B0D8B3
Text Example
Text Example
White with #B0D8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8B3; }
p { color: rgb(176,216,179); }
H1.HeaderClassName
{
color: #B0D8B3;
}
.AnyTagClassName
{
color: #B0D8B3;
}
</style>
background-color css
<style>
a { background-color: #B0D8B3; }
a { background-color: rgb(176,216,179); }
div.DivClassName
{
background-color: #B0D8B3;
}
.BgClassName
{
background-color: #B0D8B3;
}
</style>
border-color css
<style>
span { border-color: #B0D8B3; }
span { border-color: rgb(176,216,179); }
td.TdClassName
{
border-color: #B0D8B3;
}
.TagClassName
{
border-color: #B0D8B3;
}
</style>