Shades of Pumice #BDC3BA
Tints of Pumice #BDC3BA
RGB
CMYK
RGB Variations
Color information
#BDC3BA (or 0xBDC3BA) is known color: Pumice. HEX triplet: BD, C3 and BA. RGB value is (189,195,186). Sum of RGB (Red+Green+Blue) = 189+195+186=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BA is #423C45. Grayscale: #C0C0C0. Windows color (decimal): -4340806 or 12239805. OLE color: 12239805.
HSL color Cylindrical-coordinate representation of color #BDC3BA: hue angle of 100º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC3BA is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 195 | 186 | - |
CMYK | 0.03 | 0 | 0.05 | 0.24 |
HSL | 100º | 0.07% | 0.75% | - |
HSV(B) | 100º | 0.05% | 0.76% | - |
XYZ | 49.36 | 53.39 | 54.16 | - |
YUV | 192.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 186 | 0.03 | 0 | 0.05 | 0.24 | 100 | 0.07 | 0.75 |
Hex | BD | C3 | BA | 3 | 0 | 5 | 18 | 64 | 7 | 4B |
Octal | 275 | 303 | 272 | 3 | 0 | 5 | 30 | 144 | 7 | 113 |
Binary | 10111101 | 11000011 | 10111010 | 11 | 0 | 101 | 11000 | 1100100 | 111 | 1001011 |
Color Harmonies of #BDC3BA
Complementary color
Monochromatic Colors of #BDC3BA
Black with #BDC3BA
Text Example
Text Example
White with #BDC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3BA; }
p { color: rgb(189,195,186); }
H1.HeaderClassName
{
color: #BDC3BA;
}
.AnyTagClassName
{
color: #BDC3BA;
}
</style>
background-color css
<style>
a { background-color: #BDC3BA; }
a { background-color: rgb(189,195,186); }
div.DivClassName
{
background-color: #BDC3BA;
}
.BgClassName
{
background-color: #BDC3BA;
}
</style>
border-color css
<style>
span { border-color: #BDC3BA; }
span { border-color: rgb(189,195,186); }
td.TdClassName
{
border-color: #BDC3BA;
}
.TagClassName
{
border-color: #BDC3BA;
}
</style>