Shades of Pumice #BDC4B6
Tints of Pumice #BDC4B6
RGB
CMYK
RGB Variations
Color information
#BDC4B6 (or 0xBDC4B6) is known color: Pumice. HEX triplet: BD, C4 and B6. RGB value is (189,196,182). Sum of RGB (Red+Green+Blue) = 189+196+182=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4B6 is #423B49. Grayscale: #C0C0C0. Windows color (decimal): -4340554 or 11977917. OLE color: 11977917.
HSL color Cylindrical-coordinate representation of color #BDC4B6: hue angle of 90º degrees, saturation: 0.11, 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 #BDC4B6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 182 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.23 |
| HSL | 90º | 0.11% | 0.74% | - |
| HSV(B) | 90º | 0.07% | 0.77% | - |
| XYZ | 49.17 | 53.68 | 52.02 | - |
| YUV | 192.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 182 | 0.04 | 0 | 0.07 | 0.23 | 90 | 0.11 | 0.74 |
| Hex | BD | C4 | B6 | 4 | 0 | 7 | 17 | 5A | B | 4A |
| Octal | 275 | 304 | 266 | 4 | 0 | 7 | 27 | 132 | 13 | 112 |
| Binary | 10111101 | 11000100 | 10110110 | 100 | 0 | 111 | 10111 | 1011010 | 1011 | 1001010 |
Color Harmonies of #BDC4B6
Complementary color
Monochromatic Colors of #BDC4B6
Black with #BDC4B6
Text Example
Text Example
White with #BDC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4B6; }
p { color: rgb(189,196,182); }
H1.HeaderClassName
{
color: #BDC4B6;
}
.AnyTagClassName
{
color: #BDC4B6;
}
</style>
background-color css
<style>
a { background-color: #BDC4B6; }
a { background-color: rgb(189,196,182); }
div.DivClassName
{
background-color: #BDC4B6;
}
.BgClassName
{
background-color: #BDC4B6;
}
</style>
border-color css
<style>
span { border-color: #BDC4B6; }
span { border-color: rgb(189,196,182); }
td.TdClassName
{
border-color: #BDC4B6;
}
.TagClassName
{
border-color: #BDC4B6;
}
</style>