Shades of Celadon #B2DEB4
Tints of Celadon #B2DEB4
RGB
CMYK
RGB Variations
Color information
#B2DEB4 (or 0xB2DEB4) is known color: Celadon. HEX triplet: B2, DE and B4. RGB value is (178,222,180). Sum of RGB (Red+Green+Blue) = 178+222+180=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEB4 is #4D214B. Grayscale: #CCCCCC. Windows color (decimal): -5054796 or 11853490. OLE color: 11853490.
HSL color Cylindrical-coordinate representation of color #B2DEB4: hue angle of 122.73º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEB4 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 180 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.13 |
| HSL | 122.73º | 0.4% | 0.78% | - |
| HSV(B) | 122.73º | 0.2% | 0.87% | - |
| XYZ | 52.72 | 65 | 52.95 | - |
| YUV | 204.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 180 | 0.20 | 0 | 0.19 | 0.13 | 122.73 | 0.4 | 0.78 |
| Hex | B2 | DE | B4 | 14 | 0 | 13 | D | 7B | 28 | 4E |
| Octal | 262 | 336 | 264 | 24 | 0 | 23 | 15 | 173 | 50 | 116 |
| Binary | 10110010 | 11011110 | 10110100 | 10100 | 0 | 10011 | 1101 | 1111011 | 101000 | 1001110 |
Color Harmonies of #B2DEB4
Complementary color
Monochromatic Colors of #B2DEB4
Black with #B2DEB4
Text Example
Text Example
White with #B2DEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEB4; }
p { color: rgb(178,222,180); }
H1.HeaderClassName
{
color: #B2DEB4;
}
.AnyTagClassName
{
color: #B2DEB4;
}
</style>
background-color css
<style>
a { background-color: #B2DEB4; }
a { background-color: rgb(178,222,180); }
div.DivClassName
{
background-color: #B2DEB4;
}
.BgClassName
{
background-color: #B2DEB4;
}
</style>
border-color css
<style>
span { border-color: #B2DEB4; }
span { border-color: rgb(178,222,180); }
td.TdClassName
{
border-color: #B2DEB4;
}
.TagClassName
{
border-color: #B2DEB4;
}
</style>