Shades of Celadon #B1DFB5
Tints of Celadon #B1DFB5
RGB
CMYK
RGB Variations
Color information
#B1DFB5 (or 0xB1DFB5) is known color: Celadon. HEX triplet: B1, DF and B5. RGB value is (177,223,181). Sum of RGB (Red+Green+Blue) = 177+223+181=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFB5 is #4E204A. Grayscale: #CCCCCC. Windows color (decimal): -5120075 or 11919281. OLE color: 11919281.
HSL color Cylindrical-coordinate representation of color #B1DFB5: hue angle of 125.22º 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 #B1DFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 181 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.13 |
| HSL | 125.22º | 0.42% | 0.78% | - |
| HSV(B) | 125.22º | 0.21% | 0.87% | - |
| XYZ | 52.86 | 65.46 | 53.56 | - |
| YUV | 204.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 181 | 0.21 | 0 | 0.19 | 0.13 | 125.22 | 0.42 | 0.78 |
| Hex | B1 | DF | B5 | 15 | 0 | 13 | D | 7D | 2A | 4E |
| Octal | 261 | 337 | 265 | 25 | 0 | 23 | 15 | 175 | 52 | 116 |
| Binary | 10110001 | 11011111 | 10110101 | 10101 | 0 | 10011 | 1101 | 1111101 | 101010 | 1001110 |
Color Harmonies of #B1DFB5
Complementary color
Monochromatic Colors of #B1DFB5
Black with #B1DFB5
Text Example
Text Example
White with #B1DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFB5; }
p { color: rgb(177,223,181); }
H1.HeaderClassName
{
color: #B1DFB5;
}
.AnyTagClassName
{
color: #B1DFB5;
}
</style>
background-color css
<style>
a { background-color: #B1DFB5; }
a { background-color: rgb(177,223,181); }
div.DivClassName
{
background-color: #B1DFB5;
}
.BgClassName
{
background-color: #B1DFB5;
}
</style>
border-color css
<style>
span { border-color: #B1DFB5; }
span { border-color: rgb(177,223,181); }
td.TdClassName
{
border-color: #B1DFB5;
}
.TagClassName
{
border-color: #B1DFB5;
}
</style>