Shades of Paris White #BDC1BD
Tints of Paris White #BDC1BD
RGB
CMYK
RGB Variations
Color information
#BDC1BD (or 0xBDC1BD) is known color: Paris White. HEX triplet: BD, C1 and BD. RGB value is (189,193,189). Sum of RGB (Red+Green+Blue) = 189+193+189=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1BD is #423E42. Grayscale: #BFBFBF. Windows color (decimal): -4341315 or 12435901. OLE color: 12435901.
HSL color Cylindrical-coordinate representation of color #BDC1BD: hue angle of 120º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDC1BD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 189 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.24 |
| HSL | 120º | 0.03% | 0.75% | - |
| HSV(B) | 120º | 0.02% | 0.76% | - |
| XYZ | 49.24 | 52.63 | 55.71 | - |
| YUV | 191.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 189 | 0.02 | 0 | 0.02 | 0.24 | 120 | 0.03 | 0.75 |
| Hex | BD | C1 | BD | 2 | 0 | 2 | 18 | 78 | 3 | 4B |
| Octal | 275 | 301 | 275 | 2 | 0 | 2 | 30 | 170 | 3 | 113 |
| Binary | 10111101 | 11000001 | 10111101 | 10 | 0 | 10 | 11000 | 1111000 | 11 | 1001011 |
Color Harmonies of #BDC1BD
Complementary color
Monochromatic Colors of #BDC1BD
Black with #BDC1BD
Text Example
Text Example
White with #BDC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1BD; }
p { color: rgb(189,193,189); }
H1.HeaderClassName
{
color: #BDC1BD;
}
.AnyTagClassName
{
color: #BDC1BD;
}
</style>
background-color css
<style>
a { background-color: #BDC1BD; }
a { background-color: rgb(189,193,189); }
div.DivClassName
{
background-color: #BDC1BD;
}
.BgClassName
{
background-color: #BDC1BD;
}
</style>
border-color css
<style>
span { border-color: #BDC1BD; }
span { border-color: rgb(189,193,189); }
td.TdClassName
{
border-color: #BDC1BD;
}
.TagClassName
{
border-color: #BDC1BD;
}
</style>