Shades of Pumice #BDBFBC
Tints of Pumice #BDBFBC
RGB
CMYK
RGB Variations
Color information
#BDBFBC (or 0xBDBFBC) is known color: Pumice. HEX triplet: BD, BF and BC. RGB value is (189,191,188). Sum of RGB (Red+Green+Blue) = 189+191+188=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFBC is #424043. Grayscale: #BEBEBE. Windows color (decimal): -4341828 or 12369853. OLE color: 12369853.
HSL color Cylindrical-coordinate representation of color #BDBFBC: hue angle of 100º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBFBC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 188 | - |
CMYK | 0.01 | 0 | 0.02 | 0.25 |
HSL | 100º | 0.02% | 0.74% | - |
HSV(B) | 100º | 0.02% | 0.75% | - |
XYZ | 48.69 | 51.71 | 54.99 | - |
YUV | 190.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 188 | 0.01 | 0 | 0.02 | 0.25 | 100 | 0.02 | 0.74 |
Hex | BD | BF | BC | 1 | 0 | 2 | 19 | 64 | 2 | 4A |
Octal | 275 | 277 | 274 | 1 | 0 | 2 | 31 | 144 | 2 | 112 |
Binary | 10111101 | 10111111 | 10111100 | 1 | 0 | 10 | 11001 | 1100100 | 10 | 1001010 |
Color Harmonies of #BDBFBC
Complementary color
Monochromatic Colors of #BDBFBC
Black with #BDBFBC
Text Example
Text Example
White with #BDBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFBC; }
p { color: rgb(189,191,188); }
H1.HeaderClassName
{
color: #BDBFBC;
}
.AnyTagClassName
{
color: #BDBFBC;
}
</style>
background-color css
<style>
a { background-color: #BDBFBC; }
a { background-color: rgb(189,191,188); }
div.DivClassName
{
background-color: #BDBFBC;
}
.BgClassName
{
background-color: #BDBFBC;
}
</style>
border-color css
<style>
span { border-color: #BDBFBC; }
span { border-color: rgb(189,191,188); }
td.TdClassName
{
border-color: #BDBFBC;
}
.TagClassName
{
border-color: #BDBFBC;
}
</style>