Shades of Paris White #BCD1BD
Tints of Paris White #BCD1BD
RGB
CMYK
RGB Variations
Color information
#BCD1BD (or 0xBCD1BD) is known color: Paris White. HEX triplet: BC, D1 and BD. RGB value is (188,209,189). Sum of RGB (Red+Green+Blue) = 188+209+189=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BD is #432E42. Grayscale: #C8C8C8. Windows color (decimal): -4402755 or 12439996. OLE color: 12439996.
HSL color Cylindrical-coordinate representation of color #BCD1BD: hue angle of 122.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD1BD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 189 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 122.86º | 0.19% | 0.78% | - |
| HSV(B) | 122.86º | 0.1% | 0.82% | - |
| XYZ | 52.72 | 59.97 | 56.94 | - |
| YUV | 200.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 189 | 0.10 | 0 | 0.10 | 0.18 | 122.86 | 0.19 | 0.78 |
| Hex | BC | D1 | BD | A | 0 | A | 12 | 7B | 13 | 4E |
| Octal | 274 | 321 | 275 | 12 | 0 | 12 | 22 | 173 | 23 | 116 |
| Binary | 10111100 | 11010001 | 10111101 | 1010 | 0 | 1010 | 10010 | 1111011 | 10011 | 1001110 |
Color Harmonies of #BCD1BD
Complementary color
Monochromatic Colors of #BCD1BD
Black with #BCD1BD
Text Example
Text Example
White with #BCD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1BD; }
p { color: rgb(188,209,189); }
H1.HeaderClassName
{
color: #BCD1BD;
}
.AnyTagClassName
{
color: #BCD1BD;
}
</style>
background-color css
<style>
a { background-color: #BCD1BD; }
a { background-color: rgb(188,209,189); }
div.DivClassName
{
background-color: #BCD1BD;
}
.BgClassName
{
background-color: #BCD1BD;
}
</style>
border-color css
<style>
span { border-color: #BCD1BD; }
span { border-color: rgb(188,209,189); }
td.TdClassName
{
border-color: #BCD1BD;
}
.TagClassName
{
border-color: #BCD1BD;
}
</style>