Shades of Paris White #BCC1BD
Tints of Paris White #BCC1BD
RGB
CMYK
RGB Variations
Color information
#BCC1BD (or 0xBCC1BD) is known color: Paris White. HEX triplet: BC, C1 and BD. RGB value is (188,193,189). Sum of RGB (Red+Green+Blue) = 188+193+189=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1BD is #433E42. Grayscale: #BFBFBF. Windows color (decimal): -4406851 or 12435900. OLE color: 12435900.
HSL color Cylindrical-coordinate representation of color #BCC1BD: hue angle of 132º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCC1BD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 189 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.24 |
| HSL | 132º | 0.04% | 0.75% | - |
| HSV(B) | 132º | 0.03% | 0.76% | - |
| XYZ | 48.99 | 52.51 | 55.7 | - |
| YUV | 191.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 189 | 0.03 | 0 | 0.02 | 0.24 | 132 | 0.04 | 0.75 |
| Hex | BC | C1 | BD | 3 | 0 | 2 | 18 | 84 | 4 | 4B |
| Octal | 274 | 301 | 275 | 3 | 0 | 2 | 30 | 204 | 4 | 113 |
| Binary | 10111100 | 11000001 | 10111101 | 11 | 0 | 10 | 11000 | 10000100 | 100 | 1001011 |
Color Harmonies of #BCC1BD
Complementary color
Monochromatic Colors of #BCC1BD
Black with #BCC1BD
Text Example
Text Example
White with #BCC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC1BD; }
p { color: rgb(188,193,189); }
H1.HeaderClassName
{
color: #BCC1BD;
}
.AnyTagClassName
{
color: #BCC1BD;
}
</style>
background-color css
<style>
a { background-color: #BCC1BD; }
a { background-color: rgb(188,193,189); }
div.DivClassName
{
background-color: #BCC1BD;
}
.BgClassName
{
background-color: #BCC1BD;
}
</style>
border-color css
<style>
span { border-color: #BCC1BD; }
span { border-color: rgb(188,193,189); }
td.TdClassName
{
border-color: #BCC1BD;
}
.TagClassName
{
border-color: #BCC1BD;
}
</style>