Shades of Pumice #BDC4B7
Tints of Pumice #BDC4B7
RGB
CMYK
RGB Variations
Color information
#BDC4B7 (or 0xBDC4B7) is known color: Pumice. HEX triplet: BD, C4 and B7. RGB value is (189,196,183). Sum of RGB (Red+Green+Blue) = 189+196+183=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4B7 is #423B48. Grayscale: #C0C0C0. Windows color (decimal): -4340553 or 12043453. OLE color: 12043453.
HSL color Cylindrical-coordinate representation of color #BDC4B7: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC4B7 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 196 | 183 | - |
CMYK | 0.04 | 0 | 0.07 | 0.23 |
HSL | 92.31º | 0.1% | 0.74% | - |
HSV(B) | 92.31º | 0.07% | 0.77% | - |
XYZ | 49.27 | 53.72 | 52.57 | - |
YUV | 192.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 183 | 0.04 | 0 | 0.07 | 0.23 | 92.31 | 0.1 | 0.74 |
Hex | BD | C4 | B7 | 4 | 0 | 7 | 17 | 5C | A | 4A |
Octal | 275 | 304 | 267 | 4 | 0 | 7 | 27 | 134 | 12 | 112 |
Binary | 10111101 | 11000100 | 10110111 | 100 | 0 | 111 | 10111 | 1011100 | 1010 | 1001010 |
Color Harmonies of #BDC4B7
Complementary color
Monochromatic Colors of #BDC4B7
Black with #BDC4B7
Text Example
Text Example
White with #BDC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4B7; }
p { color: rgb(189,196,183); }
H1.HeaderClassName
{
color: #BDC4B7;
}
.AnyTagClassName
{
color: #BDC4B7;
}
</style>
background-color css
<style>
a { background-color: #BDC4B7; }
a { background-color: rgb(189,196,183); }
div.DivClassName
{
background-color: #BDC4B7;
}
.BgClassName
{
background-color: #BDC4B7;
}
</style>
border-color css
<style>
span { border-color: #BDC4B7; }
span { border-color: rgb(189,196,183); }
td.TdClassName
{
border-color: #BDC4B7;
}
.TagClassName
{
border-color: #BDC4B7;
}
</style>