Shades of Celadon #B2DCB4
Tints of Celadon #B2DCB4
RGB
CMYK
RGB Variations
Color information
#B2DCB4 (or 0xB2DCB4) is known color: Celadon. HEX triplet: B2, DC and B4. RGB value is (178,220,180). Sum of RGB (Red+Green+Blue) = 178+220+180=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCB4 is #4D234B. Grayscale: #CBCBCB. Windows color (decimal): -5055308 or 11852978. OLE color: 11852978.
HSL color Cylindrical-coordinate representation of color #B2DCB4: hue angle of 122.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCB4 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 180 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.14 |
| HSL | 122.86º | 0.38% | 0.78% | - |
| HSV(B) | 122.86º | 0.19% | 0.86% | - |
| XYZ | 52.19 | 63.95 | 52.77 | - |
| YUV | 202.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 180 | 0.19 | 0 | 0.18 | 0.14 | 122.86 | 0.38 | 0.78 |
| Hex | B2 | DC | B4 | 13 | 0 | 12 | E | 7B | 26 | 4E |
| Octal | 262 | 334 | 264 | 23 | 0 | 22 | 16 | 173 | 46 | 116 |
| Binary | 10110010 | 11011100 | 10110100 | 10011 | 0 | 10010 | 1110 | 1111011 | 100110 | 1001110 |
Color Harmonies of #B2DCB4
Complementary color
Monochromatic Colors of #B2DCB4
Black with #B2DCB4
Text Example
Text Example
White with #B2DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCB4; }
p { color: rgb(178,220,180); }
H1.HeaderClassName
{
color: #B2DCB4;
}
.AnyTagClassName
{
color: #B2DCB4;
}
</style>
background-color css
<style>
a { background-color: #B2DCB4; }
a { background-color: rgb(178,220,180); }
div.DivClassName
{
background-color: #B2DCB4;
}
.BgClassName
{
background-color: #B2DCB4;
}
</style>
border-color css
<style>
span { border-color: #B2DCB4; }
span { border-color: rgb(178,220,180); }
td.TdClassName
{
border-color: #B2DCB4;
}
.TagClassName
{
border-color: #B2DCB4;
}
</style>