Shades of Celadon #B2DFB4
Tints of Celadon #B2DFB4
RGB
CMYK
RGB Variations
Color information
#B2DFB4 (or 0xB2DFB4) is known color: Celadon. HEX triplet: B2, DF and B4. RGB value is (178,223,180). Sum of RGB (Red+Green+Blue) = 178+223+180=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFB4 is #4D204B. Grayscale: #CCCCCC. Windows color (decimal): -5054540 or 11853746. OLE color: 11853746.
HSL color Cylindrical-coordinate representation of color #B2DFB4: hue angle of 122.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFB4 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 180 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.13 |
| HSL | 122.67º | 0.41% | 0.79% | - |
| HSV(B) | 122.67º | 0.2% | 0.87% | - |
| XYZ | 52.99 | 65.54 | 53.04 | - |
| YUV | 204.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 180 | 0.20 | 0 | 0.19 | 0.13 | 122.67 | 0.41 | 0.79 |
| Hex | B2 | DF | B4 | 14 | 0 | 13 | D | 7B | 29 | 4F |
| Octal | 262 | 337 | 264 | 24 | 0 | 23 | 15 | 173 | 51 | 117 |
| Binary | 10110010 | 11011111 | 10110100 | 10100 | 0 | 10011 | 1101 | 1111011 | 101001 | 1001111 |
Color Harmonies of #B2DFB4
Complementary color
Monochromatic Colors of #B2DFB4
Black with #B2DFB4
Text Example
Text Example
White with #B2DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFB4; }
p { color: rgb(178,223,180); }
H1.HeaderClassName
{
color: #B2DFB4;
}
.AnyTagClassName
{
color: #B2DFB4;
}
</style>
background-color css
<style>
a { background-color: #B2DFB4; }
a { background-color: rgb(178,223,180); }
div.DivClassName
{
background-color: #B2DFB4;
}
.BgClassName
{
background-color: #B2DFB4;
}
</style>
border-color css
<style>
span { border-color: #B2DFB4; }
span { border-color: rgb(178,223,180); }
td.TdClassName
{
border-color: #B2DFB4;
}
.TagClassName
{
border-color: #B2DFB4;
}
</style>