Shades of Pumice #BDC3B7
Tints of Pumice #BDC3B7
RGB
CMYK
RGB Variations
Color information
#BDC3B7 (or 0xBDC3B7) is known color: Pumice. HEX triplet: BD, C3 and B7. RGB value is (189,195,183). Sum of RGB (Red+Green+Blue) = 189+195+183=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3B7 is #423C48. Grayscale: #BFBFBF. Windows color (decimal): -4340809 or 12043197. OLE color: 12043197.
HSL color Cylindrical-coordinate representation of color #BDC3B7: hue angle of 90º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC3B7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 183 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.24 |
| HSL | 90º | 0.09% | 0.74% | - |
| HSV(B) | 90º | 0.06% | 0.76% | - |
| XYZ | 49.05 | 53.27 | 52.5 | - |
| YUV | 191.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 183 | 0.03 | 0 | 0.06 | 0.24 | 90 | 0.09 | 0.74 |
| Hex | BD | C3 | B7 | 3 | 0 | 6 | 18 | 5A | 9 | 4A |
| Octal | 275 | 303 | 267 | 3 | 0 | 6 | 30 | 132 | 11 | 112 |
| Binary | 10111101 | 11000011 | 10110111 | 11 | 0 | 110 | 11000 | 1011010 | 1001 | 1001010 |
Color Harmonies of #BDC3B7
Complementary color
Monochromatic Colors of #BDC3B7
Black with #BDC3B7
Text Example
Text Example
White with #BDC3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3B7; }
p { color: rgb(189,195,183); }
H1.HeaderClassName
{
color: #BDC3B7;
}
.AnyTagClassName
{
color: #BDC3B7;
}
</style>
background-color css
<style>
a { background-color: #BDC3B7; }
a { background-color: rgb(189,195,183); }
div.DivClassName
{
background-color: #BDC3B7;
}
.BgClassName
{
background-color: #BDC3B7;
}
</style>
border-color css
<style>
span { border-color: #BDC3B7; }
span { border-color: rgb(189,195,183); }
td.TdClassName
{
border-color: #BDC3B7;
}
.TagClassName
{
border-color: #BDC3B7;
}
</style>