Shades of Celadon #B0DFB4
Tints of Celadon #B0DFB4
RGB
CMYK
RGB Variations
Color information
#B0DFB4 (or 0xB0DFB4) is known color: Celadon. HEX triplet: B0, DF and B4. RGB value is (176,223,180). Sum of RGB (Red+Green+Blue) = 176+223+180=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFB4 is #4F204B. Grayscale: #CCCCCC. Windows color (decimal): -5185612 or 11853744. OLE color: 11853744.
HSL color Cylindrical-coordinate representation of color #B0DFB4: hue angle of 125.11º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFB4 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 180 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.13 |
| HSL | 125.11º | 0.42% | 0.78% | - |
| HSV(B) | 125.11º | 0.21% | 0.87% | - |
| XYZ | 52.53 | 65.3 | 53.02 | - |
| YUV | 204.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 180 | 0.21 | 0 | 0.19 | 0.13 | 125.11 | 0.42 | 0.78 |
| Hex | B0 | DF | B4 | 15 | 0 | 13 | D | 7D | 2A | 4E |
| Octal | 260 | 337 | 264 | 25 | 0 | 23 | 15 | 175 | 52 | 116 |
| Binary | 10110000 | 11011111 | 10110100 | 10101 | 0 | 10011 | 1101 | 1111101 | 101010 | 1001110 |
Color Harmonies of #B0DFB4
Complementary color
Monochromatic Colors of #B0DFB4
Black with #B0DFB4
Text Example
Text Example
White with #B0DFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFB4; }
p { color: rgb(176,223,180); }
H1.HeaderClassName
{
color: #B0DFB4;
}
.AnyTagClassName
{
color: #B0DFB4;
}
</style>
background-color css
<style>
a { background-color: #B0DFB4; }
a { background-color: rgb(176,223,180); }
div.DivClassName
{
background-color: #B0DFB4;
}
.BgClassName
{
background-color: #B0DFB4;
}
</style>
border-color css
<style>
span { border-color: #B0DFB4; }
span { border-color: rgb(176,223,180); }
td.TdClassName
{
border-color: #B0DFB4;
}
.TagClassName
{
border-color: #B0DFB4;
}
</style>