Shades of Celadon #B0DBB2
Tints of Celadon #B0DBB2
RGB
CMYK
RGB Variations
Color information
#B0DBB2 (or 0xB0DBB2) is known color: Celadon. HEX triplet: B0, DB and B2. RGB value is (176,219,178). Sum of RGB (Red+Green+Blue) = 176+219+178=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBB2 is #4F244D. Grayscale: #C9C9C9. Windows color (decimal): -5186638 or 11721648. OLE color: 11721648.
HSL color Cylindrical-coordinate representation of color #B0DBB2: hue angle of 122.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBB2 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 178 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.14 |
| HSL | 122.79º | 0.37% | 0.77% | - |
| HSV(B) | 122.79º | 0.2% | 0.86% | - |
| XYZ | 51.27 | 63.11 | 51.6 | - |
| YUV | 201.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 178 | 0.20 | 0 | 0.19 | 0.14 | 122.79 | 0.37 | 0.77 |
| Hex | B0 | DB | B2 | 14 | 0 | 13 | E | 7B | 25 | 4D |
| Octal | 260 | 333 | 262 | 24 | 0 | 23 | 16 | 173 | 45 | 115 |
| Binary | 10110000 | 11011011 | 10110010 | 10100 | 0 | 10011 | 1110 | 1111011 | 100101 | 1001101 |
Color Harmonies of #B0DBB2
Complementary color
Monochromatic Colors of #B0DBB2
Black with #B0DBB2
Text Example
Text Example
White with #B0DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBB2; }
p { color: rgb(176,219,178); }
H1.HeaderClassName
{
color: #B0DBB2;
}
.AnyTagClassName
{
color: #B0DBB2;
}
</style>
background-color css
<style>
a { background-color: #B0DBB2; }
a { background-color: rgb(176,219,178); }
div.DivClassName
{
background-color: #B0DBB2;
}
.BgClassName
{
background-color: #B0DBB2;
}
</style>
border-color css
<style>
span { border-color: #B0DBB2; }
span { border-color: rgb(176,219,178); }
td.TdClassName
{
border-color: #B0DBB2;
}
.TagClassName
{
border-color: #B0DBB2;
}
</style>