Shades of Paris White #BCC5BD
Tints of Paris White #BCC5BD
RGB
CMYK
RGB Variations
Color information
#BCC5BD (or 0xBCC5BD) is known color: Paris White. HEX triplet: BC, C5 and BD. RGB value is (188,197,189). Sum of RGB (Red+Green+Blue) = 188+197+189=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5BD is #433A42. Grayscale: #C1C1C1. Windows color (decimal): -4405827 or 12436924. OLE color: 12436924.
HSL color Cylindrical-coordinate representation of color #BCC5BD: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC5BD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 189 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.23 |
| HSL | 126.67º | 0.07% | 0.75% | - |
| HSV(B) | 126.67º | 0.05% | 0.77% | - |
| XYZ | 49.89 | 54.3 | 56 | - |
| YUV | 193.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 189 | 0.05 | 0 | 0.04 | 0.23 | 126.67 | 0.07 | 0.75 |
| Hex | BC | C5 | BD | 5 | 0 | 4 | 17 | 7F | 7 | 4B |
| Octal | 274 | 305 | 275 | 5 | 0 | 4 | 27 | 177 | 7 | 113 |
| Binary | 10111100 | 11000101 | 10111101 | 101 | 0 | 100 | 10111 | 1111111 | 111 | 1001011 |
Color Harmonies of #BCC5BD
Complementary color
Monochromatic Colors of #BCC5BD
Black with #BCC5BD
Text Example
Text Example
White with #BCC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5BD; }
p { color: rgb(188,197,189); }
H1.HeaderClassName
{
color: #BCC5BD;
}
.AnyTagClassName
{
color: #BCC5BD;
}
</style>
background-color css
<style>
a { background-color: #BCC5BD; }
a { background-color: rgb(188,197,189); }
div.DivClassName
{
background-color: #BCC5BD;
}
.BgClassName
{
background-color: #BCC5BD;
}
</style>
border-color css
<style>
span { border-color: #BCC5BD; }
span { border-color: rgb(188,197,189); }
td.TdClassName
{
border-color: #BCC5BD;
}
.TagClassName
{
border-color: #BCC5BD;
}
</style>