Shades of Paris White #BDCDC0
Tints of Paris White #BDCDC0
RGB
CMYK
RGB Variations
Color information
#BDCDC0 (or 0xBDCDC0) is known color: Paris White. HEX triplet: BD, CD and C0. RGB value is (189,205,192). Sum of RGB (Red+Green+Blue) = 189+205+192=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDC0 is #42323F. Grayscale: #C6C6C6. Windows color (decimal): -4338240 or 12635581. OLE color: 12635581.
HSL color Cylindrical-coordinate representation of color #BDCDC0: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDC0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 192 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.20 |
| HSL | 131.25º | 0.14% | 0.77% | - |
| HSV(B) | 131.25º | 0.08% | 0.8% | - |
| XYZ | 52.33 | 58.29 | 58.36 | - |
| YUV | 198.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 192 | 0.08 | 0 | 0.06 | 0.20 | 131.25 | 0.14 | 0.77 |
| Hex | BD | CD | C0 | 8 | 0 | 6 | 14 | 83 | E | 4D |
| Octal | 275 | 315 | 300 | 10 | 0 | 6 | 24 | 203 | 16 | 115 |
| Binary | 10111101 | 11001101 | 11000000 | 1000 | 0 | 110 | 10100 | 10000011 | 1110 | 1001101 |
Color Harmonies of #BDCDC0
Complementary color
Monochromatic Colors of #BDCDC0
Black with #BDCDC0
Text Example
Text Example
White with #BDCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDC0; }
p { color: rgb(189,205,192); }
H1.HeaderClassName
{
color: #BDCDC0;
}
.AnyTagClassName
{
color: #BDCDC0;
}
</style>
background-color css
<style>
a { background-color: #BDCDC0; }
a { background-color: rgb(189,205,192); }
div.DivClassName
{
background-color: #BDCDC0;
}
.BgClassName
{
background-color: #BDCDC0;
}
</style>
border-color css
<style>
span { border-color: #BDCDC0; }
span { border-color: rgb(189,205,192); }
td.TdClassName
{
border-color: #BDCDC0;
}
.TagClassName
{
border-color: #BDCDC0;
}
</style>