Shades of Pumice #BDC1B9
Tints of Pumice #BDC1B9
RGB
CMYK
RGB Variations
Color information
#BDC1B9 (or 0xBDC1B9) is known color: Pumice. HEX triplet: BD, C1 and B9. RGB value is (189,193,185). Sum of RGB (Red+Green+Blue) = 189+193+185=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1B9 is #423E46. Grayscale: #BEBEBE. Windows color (decimal): -4341319 or 12173757. OLE color: 12173757.
HSL color Cylindrical-coordinate representation of color #BDC1B9: hue angle of 90º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC1B9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 193 | 185 | - |
CMYK | 0.02 | 0 | 0.04 | 0.24 |
HSL | 90º | 0.06% | 0.74% | - |
HSV(B) | 90º | 0.04% | 0.76% | - |
XYZ | 48.81 | 52.46 | 53.45 | - |
YUV | 190.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 193 | 185 | 0.02 | 0 | 0.04 | 0.24 | 90 | 0.06 | 0.74 |
Hex | BD | C1 | B9 | 2 | 0 | 4 | 18 | 5A | 6 | 4A |
Octal | 275 | 301 | 271 | 2 | 0 | 4 | 30 | 132 | 6 | 112 |
Binary | 10111101 | 11000001 | 10111001 | 10 | 0 | 100 | 11000 | 1011010 | 110 | 1001010 |
Color Harmonies of #BDC1B9
Complementary color
Monochromatic Colors of #BDC1B9
Black with #BDC1B9
Text Example
Text Example
White with #BDC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1B9; }
p { color: rgb(189,193,185); }
H1.HeaderClassName
{
color: #BDC1B9;
}
.AnyTagClassName
{
color: #BDC1B9;
}
</style>
background-color css
<style>
a { background-color: #BDC1B9; }
a { background-color: rgb(189,193,185); }
div.DivClassName
{
background-color: #BDC1B9;
}
.BgClassName
{
background-color: #BDC1B9;
}
</style>
border-color css
<style>
span { border-color: #BDC1B9; }
span { border-color: rgb(189,193,185); }
td.TdClassName
{
border-color: #BDC1B9;
}
.TagClassName
{
border-color: #BDC1B9;
}
</style>