Shades of Paris White #BCC6BD
Tints of Paris White #BCC6BD
RGB
CMYK
RGB Variations
Color information
#BCC6BD (or 0xBCC6BD) is known color: Paris White. HEX triplet: BC, C6 and BD. RGB value is (188,198,189). Sum of RGB (Red+Green+Blue) = 188+198+189=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6BD is #433942. Grayscale: #C2C2C2. Windows color (decimal): -4405571 or 12437180. OLE color: 12437180.
HSL color Cylindrical-coordinate representation of color #BCC6BD: hue angle of 126º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC6BD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 189 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.22 |
| HSL | 126º | 0.08% | 0.76% | - |
| HSV(B) | 126º | 0.05% | 0.78% | - |
| XYZ | 50.12 | 54.75 | 56.07 | - |
| YUV | 193.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 189 | 0.05 | 0 | 0.05 | 0.22 | 126 | 0.08 | 0.76 |
| Hex | BC | C6 | BD | 5 | 0 | 5 | 16 | 7E | 8 | 4C |
| Octal | 274 | 306 | 275 | 5 | 0 | 5 | 26 | 176 | 10 | 114 |
| Binary | 10111100 | 11000110 | 10111101 | 101 | 0 | 101 | 10110 | 1111110 | 1000 | 1001100 |
Color Harmonies of #BCC6BD
Complementary color
Monochromatic Colors of #BCC6BD
Black with #BCC6BD
Text Example
Text Example
White with #BCC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6BD; }
p { color: rgb(188,198,189); }
H1.HeaderClassName
{
color: #BCC6BD;
}
.AnyTagClassName
{
color: #BCC6BD;
}
</style>
background-color css
<style>
a { background-color: #BCC6BD; }
a { background-color: rgb(188,198,189); }
div.DivClassName
{
background-color: #BCC6BD;
}
.BgClassName
{
background-color: #BCC6BD;
}
</style>
border-color css
<style>
span { border-color: #BCC6BD; }
span { border-color: rgb(188,198,189); }
td.TdClassName
{
border-color: #BCC6BD;
}
.TagClassName
{
border-color: #BCC6BD;
}
</style>