Shades of Celadon #B0DFB2
Tints of Celadon #B0DFB2
RGB
CMYK
RGB Variations
Color information
#B0DFB2 (or 0xB0DFB2) is known color: Celadon. HEX triplet: B0, DF and B2. RGB value is (176,223,178). Sum of RGB (Red+Green+Blue) = 176+223+178=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFB2 is #4F204D. Grayscale: #CBCBCB. Windows color (decimal): -5185614 or 11722672. OLE color: 11722672.
HSL color Cylindrical-coordinate representation of color #B0DFB2: hue angle of 122.55º degrees, saturation: 0.42, 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 #B0DFB2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 178 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.13 |
| HSL | 122.55º | 0.42% | 0.78% | - |
| HSV(B) | 122.55º | 0.21% | 0.87% | - |
| XYZ | 52.33 | 65.22 | 51.95 | - |
| YUV | 203.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 178 | 0.21 | 0 | 0.20 | 0.13 | 122.55 | 0.42 | 0.78 |
| Hex | B0 | DF | B2 | 15 | 0 | 14 | D | 7B | 2A | 4E |
| Octal | 260 | 337 | 262 | 25 | 0 | 24 | 15 | 173 | 52 | 116 |
| Binary | 10110000 | 11011111 | 10110010 | 10101 | 0 | 10100 | 1101 | 1111011 | 101010 | 1001110 |
Color Harmonies of #B0DFB2
Complementary color
Monochromatic Colors of #B0DFB2
Black with #B0DFB2
Text Example
Text Example
White with #B0DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFB2; }
p { color: rgb(176,223,178); }
H1.HeaderClassName
{
color: #B0DFB2;
}
.AnyTagClassName
{
color: #B0DFB2;
}
</style>
background-color css
<style>
a { background-color: #B0DFB2; }
a { background-color: rgb(176,223,178); }
div.DivClassName
{
background-color: #B0DFB2;
}
.BgClassName
{
background-color: #B0DFB2;
}
</style>
border-color css
<style>
span { border-color: #B0DFB2; }
span { border-color: rgb(176,223,178); }
td.TdClassName
{
border-color: #B0DFB2;
}
.TagClassName
{
border-color: #B0DFB2;
}
</style>