Shades of Celadon #B0DEB4
Tints of Celadon #B0DEB4
RGB
CMYK
RGB Variations
Color information
#B0DEB4 (or 0xB0DEB4) is known color: Celadon. HEX triplet: B0, DE and B4. RGB value is (176,222,180). Sum of RGB (Red+Green+Blue) = 176+222+180=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEB4 is #4F214B. Grayscale: #CBCBCB. Windows color (decimal): -5185868 or 11853488. OLE color: 11853488.
HSL color Cylindrical-coordinate representation of color #B0DEB4: hue angle of 125.22º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEB4 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 180 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.13 |
| HSL | 125.22º | 0.41% | 0.78% | - |
| HSV(B) | 125.22º | 0.21% | 0.87% | - |
| XYZ | 52.26 | 64.77 | 52.93 | - |
| YUV | 203.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 180 | 0.21 | 0 | 0.19 | 0.13 | 125.22 | 0.41 | 0.78 |
| Hex | B0 | DE | B4 | 15 | 0 | 13 | D | 7D | 29 | 4E |
| Octal | 260 | 336 | 264 | 25 | 0 | 23 | 15 | 175 | 51 | 116 |
| Binary | 10110000 | 11011110 | 10110100 | 10101 | 0 | 10011 | 1101 | 1111101 | 101001 | 1001110 |
Color Harmonies of #B0DEB4
Complementary color
Monochromatic Colors of #B0DEB4
Black with #B0DEB4
Text Example
Text Example
White with #B0DEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEB4; }
p { color: rgb(176,222,180); }
H1.HeaderClassName
{
color: #B0DEB4;
}
.AnyTagClassName
{
color: #B0DEB4;
}
</style>
background-color css
<style>
a { background-color: #B0DEB4; }
a { background-color: rgb(176,222,180); }
div.DivClassName
{
background-color: #B0DEB4;
}
.BgClassName
{
background-color: #B0DEB4;
}
</style>
border-color css
<style>
span { border-color: #B0DEB4; }
span { border-color: rgb(176,222,180); }
td.TdClassName
{
border-color: #B0DEB4;
}
.TagClassName
{
border-color: #B0DEB4;
}
</style>