Shades of Paris White #BCC8BD
Tints of Paris White #BCC8BD
RGB
CMYK
RGB Variations
Color information
#BCC8BD (or 0xBCC8BD) is known color: Paris White. HEX triplet: BC, C8 and BD. RGB value is (188,200,189). Sum of RGB (Red+Green+Blue) = 188+200+189=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8BD is #433742. Grayscale: #C3C3C3. Windows color (decimal): -4405059 or 12437692. OLE color: 12437692.
HSL color Cylindrical-coordinate representation of color #BCC8BD: hue angle of 125º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8BD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 189 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.22 |
| HSL | 125º | 0.1% | 0.76% | - |
| HSV(B) | 125º | 0.06% | 0.78% | - |
| XYZ | 50.58 | 55.67 | 56.22 | - |
| YUV | 195.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 189 | 0.06 | 0 | 0.06 | 0.22 | 125 | 0.1 | 0.76 |
| Hex | BC | C8 | BD | 6 | 0 | 6 | 16 | 7D | A | 4C |
| Octal | 274 | 310 | 275 | 6 | 0 | 6 | 26 | 175 | 12 | 114 |
| Binary | 10111100 | 11001000 | 10111101 | 110 | 0 | 110 | 10110 | 1111101 | 1010 | 1001100 |
Color Harmonies of #BCC8BD
Complementary color
Monochromatic Colors of #BCC8BD
Black with #BCC8BD
Text Example
Text Example
White with #BCC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8BD; }
p { color: rgb(188,200,189); }
H1.HeaderClassName
{
color: #BCC8BD;
}
.AnyTagClassName
{
color: #BCC8BD;
}
</style>
background-color css
<style>
a { background-color: #BCC8BD; }
a { background-color: rgb(188,200,189); }
div.DivClassName
{
background-color: #BCC8BD;
}
.BgClassName
{
background-color: #BCC8BD;
}
</style>
border-color css
<style>
span { border-color: #BCC8BD; }
span { border-color: rgb(188,200,189); }
td.TdClassName
{
border-color: #BCC8BD;
}
.TagClassName
{
border-color: #BCC8BD;
}
</style>