Shades of Celadon #B2DBB5
Tints of Celadon #B2DBB5
RGB
CMYK
RGB Variations
Color information
#B2DBB5 (or 0xB2DBB5) is known color: Celadon. HEX triplet: B2, DB and B5. RGB value is (178,219,181). Sum of RGB (Red+Green+Blue) = 178+219+181=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBB5 is #4D244A. Grayscale: #CACACA. Windows color (decimal): -5055563 or 11918258. OLE color: 11918258.
HSL color Cylindrical-coordinate representation of color #B2DBB5: hue angle of 124.39º degrees, saturation: 0.36, 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 #B2DBB5 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 219 | 181 | - |
CMYK | 0.19 | 0 | 0.17 | 0.14 |
HSL | 124.39º | 0.36% | 0.78% | - |
HSV(B) | 124.39º | 0.19% | 0.86% | - |
XYZ | 52.03 | 63.46 | 53.22 | - |
YUV | 202.41 | 115.92 | 110.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 219 | 181 | 0.19 | 0 | 0.17 | 0.14 | 124.39 | 0.36 | 0.78 |
Hex | B2 | DB | B5 | 13 | 0 | 11 | E | 7C | 24 | 4E |
Octal | 262 | 333 | 265 | 23 | 0 | 21 | 16 | 174 | 44 | 116 |
Binary | 10110010 | 11011011 | 10110101 | 10011 | 0 | 10001 | 1110 | 1111100 | 100100 | 1001110 |
Color Harmonies of #B2DBB5
Complementary color
Monochromatic Colors of #B2DBB5
Black with #B2DBB5
Text Example
Text Example
White with #B2DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBB5; }
p { color: rgb(178,219,181); }
H1.HeaderClassName
{
color: #B2DBB5;
}
.AnyTagClassName
{
color: #B2DBB5;
}
</style>
background-color css
<style>
a { background-color: #B2DBB5; }
a { background-color: rgb(178,219,181); }
div.DivClassName
{
background-color: #B2DBB5;
}
.BgClassName
{
background-color: #B2DBB5;
}
</style>
border-color css
<style>
span { border-color: #B2DBB5; }
span { border-color: rgb(178,219,181); }
td.TdClassName
{
border-color: #B2DBB5;
}
.TagClassName
{
border-color: #B2DBB5;
}
</style>