Shades of Celadon #B0DCB2
Tints of Celadon #B0DCB2
RGB
CMYK
RGB Variations
Color information
#B0DCB2 (or 0xB0DCB2) is known color: Celadon. HEX triplet: B0, DC and B2. RGB value is (176,220,178). Sum of RGB (Red+Green+Blue) = 176+220+178=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCB2 is #4F234D. Grayscale: #CACACA. Windows color (decimal): -5186382 or 11721904. OLE color: 11721904.
HSL color Cylindrical-coordinate representation of color #B0DCB2: hue angle of 122.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCB2 is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 178 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.14 |
| HSL | 122.73º | 0.39% | 0.78% | - |
| HSV(B) | 122.73º | 0.2% | 0.86% | - |
| XYZ | 51.53 | 63.63 | 51.69 | - |
| YUV | 202.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 178 | 0.2 | 0 | 0.19 | 0.14 | 122.73 | 0.39 | 0.78 |
| Hex | B0 | DC | B2 | 14 | 0 | 13 | E | 7B | 27 | 4E |
| Octal | 260 | 334 | 262 | 24 | 0 | 23 | 16 | 173 | 47 | 116 |
| Binary | 10110000 | 11011100 | 10110010 | 10100 | 0 | 10011 | 1110 | 1111011 | 100111 | 1001110 |
Color Harmonies of #B0DCB2
Complementary color
Monochromatic Colors of #B0DCB2
Black with #B0DCB2
Text Example
Text Example
White with #B0DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCB2; }
p { color: rgb(176,220,178); }
H1.HeaderClassName
{
color: #B0DCB2;
}
.AnyTagClassName
{
color: #B0DCB2;
}
</style>
background-color css
<style>
a { background-color: #B0DCB2; }
a { background-color: rgb(176,220,178); }
div.DivClassName
{
background-color: #B0DCB2;
}
.BgClassName
{
background-color: #B0DCB2;
}
</style>
border-color css
<style>
span { border-color: #B0DCB2; }
span { border-color: rgb(176,220,178); }
td.TdClassName
{
border-color: #B0DCB2;
}
.TagClassName
{
border-color: #B0DCB2;
}
</style>