Shades of Pumice #BDC5B7
Tints of Pumice #BDC5B7
RGB
CMYK
RGB Variations
Color information
#BDC5B7 (or 0xBDC5B7) is known color: Pumice. HEX triplet: BD, C5 and B7. RGB value is (189,197,183). Sum of RGB (Red+Green+Blue) = 189+197+183=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5B7 is #423A48. Grayscale: #C1C1C1. Windows color (decimal): -4340297 or 12043709. OLE color: 12043709.
HSL color Cylindrical-coordinate representation of color #BDC5B7: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC5B7 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 183 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.23 |
| HSL | 94.29º | 0.11% | 0.75% | - |
| HSV(B) | 94.29º | 0.07% | 0.77% | - |
| XYZ | 49.5 | 54.17 | 52.65 | - |
| YUV | 193.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 183 | 0.04 | 0 | 0.07 | 0.23 | 94.29 | 0.11 | 0.75 |
| Hex | BD | C5 | B7 | 4 | 0 | 7 | 17 | 5E | B | 4B |
| Octal | 275 | 305 | 267 | 4 | 0 | 7 | 27 | 136 | 13 | 113 |
| Binary | 10111101 | 11000101 | 10110111 | 100 | 0 | 111 | 10111 | 1011110 | 1011 | 1001011 |
Color Harmonies of #BDC5B7
Complementary color
Monochromatic Colors of #BDC5B7
Black with #BDC5B7
Text Example
Text Example
White with #BDC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5B7; }
p { color: rgb(189,197,183); }
H1.HeaderClassName
{
color: #BDC5B7;
}
.AnyTagClassName
{
color: #BDC5B7;
}
</style>
background-color css
<style>
a { background-color: #BDC5B7; }
a { background-color: rgb(189,197,183); }
div.DivClassName
{
background-color: #BDC5B7;
}
.BgClassName
{
background-color: #BDC5B7;
}
</style>
border-color css
<style>
span { border-color: #BDC5B7; }
span { border-color: rgb(189,197,183); }
td.TdClassName
{
border-color: #BDC5B7;
}
.TagClassName
{
border-color: #BDC5B7;
}
</style>