Shades of Paris White #BCD1BA
Tints of Paris White #BCD1BA
RGB
CMYK
RGB Variations
Color information
#BCD1BA (or 0xBCD1BA) is known color: Paris White. HEX triplet: BC, D1 and BA. RGB value is (188,209,186). Sum of RGB (Red+Green+Blue) = 188+209+186=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1BA is #432E45. Grayscale: #C8C8C8. Windows color (decimal): -4402758 or 12243388. OLE color: 12243388.
HSL color Cylindrical-coordinate representation of color #BCD1BA: hue angle of 114.78º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD1BA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 186 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.18 |
| HSL | 114.78º | 0.2% | 0.77% | - |
| HSV(B) | 114.78º | 0.11% | 0.82% | - |
| XYZ | 52.4 | 59.84 | 55.24 | - |
| YUV | 200.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 186 | 0.10 | 0 | 0.11 | 0.18 | 114.78 | 0.2 | 0.77 |
| Hex | BC | D1 | BA | A | 0 | B | 12 | 73 | 14 | 4D |
| Octal | 274 | 321 | 272 | 12 | 0 | 13 | 22 | 163 | 24 | 115 |
| Binary | 10111100 | 11010001 | 10111010 | 1010 | 0 | 1011 | 10010 | 1110011 | 10100 | 1001101 |
Color Harmonies of #BCD1BA
Complementary color
Monochromatic Colors of #BCD1BA
Black with #BCD1BA
Text Example
Text Example
White with #BCD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1BA; }
p { color: rgb(188,209,186); }
H1.HeaderClassName
{
color: #BCD1BA;
}
.AnyTagClassName
{
color: #BCD1BA;
}
</style>
background-color css
<style>
a { background-color: #BCD1BA; }
a { background-color: rgb(188,209,186); }
div.DivClassName
{
background-color: #BCD1BA;
}
.BgClassName
{
background-color: #BCD1BA;
}
</style>
border-color css
<style>
span { border-color: #BCD1BA; }
span { border-color: rgb(188,209,186); }
td.TdClassName
{
border-color: #BCD1BA;
}
.TagClassName
{
border-color: #BCD1BA;
}
</style>