Shades of Pumice #BDC4BA
Tints of Pumice #BDC4BA
RGB
CMYK
RGB Variations
Color information
#BDC4BA (or 0xBDC4BA) is known color: Pumice. HEX triplet: BD, C4 and BA. RGB value is (189,196,186). Sum of RGB (Red+Green+Blue) = 189+196+186=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BA is #423B45. Grayscale: #C0C0C0. Windows color (decimal): -4340550 or 12240061. OLE color: 12240061.
HSL color Cylindrical-coordinate representation of color #BDC4BA: hue angle of 102º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC4BA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 186 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.23 |
| HSL | 102º | 0.08% | 0.75% | - |
| HSV(B) | 102º | 0.05% | 0.77% | - |
| XYZ | 49.59 | 53.84 | 54.23 | - |
| YUV | 192.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 186 | 0.04 | 0 | 0.05 | 0.23 | 102 | 0.08 | 0.75 |
| Hex | BD | C4 | BA | 4 | 0 | 5 | 17 | 66 | 8 | 4B |
| Octal | 275 | 304 | 272 | 4 | 0 | 5 | 27 | 146 | 10 | 113 |
| Binary | 10111101 | 11000100 | 10111010 | 100 | 0 | 101 | 10111 | 1100110 | 1000 | 1001011 |
Color Harmonies of #BDC4BA
Complementary color
Monochromatic Colors of #BDC4BA
Black with #BDC4BA
Text Example
Text Example
White with #BDC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4BA; }
p { color: rgb(189,196,186); }
H1.HeaderClassName
{
color: #BDC4BA;
}
.AnyTagClassName
{
color: #BDC4BA;
}
</style>
background-color css
<style>
a { background-color: #BDC4BA; }
a { background-color: rgb(189,196,186); }
div.DivClassName
{
background-color: #BDC4BA;
}
.BgClassName
{
background-color: #BDC4BA;
}
</style>
border-color css
<style>
span { border-color: #BDC4BA; }
span { border-color: rgb(189,196,186); }
td.TdClassName
{
border-color: #BDC4BA;
}
.TagClassName
{
border-color: #BDC4BA;
}
</style>