Shades of Paris White #BCD3BA
Tints of Paris White #BCD3BA
RGB
CMYK
RGB Variations
Color information
#BCD3BA (or 0xBCD3BA) is known color: Paris White. HEX triplet: BC, D3 and BA. RGB value is (188,211,186). Sum of RGB (Red+Green+Blue) = 188+211+186=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3BA is #432C45. Grayscale: #C9C9C9. Windows color (decimal): -4402246 or 12243900. OLE color: 12243900.
HSL color Cylindrical-coordinate representation of color #BCD3BA: hue angle of 115.2º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD3BA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 186 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.17 |
| HSL | 115.2º | 0.22% | 0.78% | - |
| HSV(B) | 115.2º | 0.12% | 0.83% | - |
| XYZ | 52.9 | 60.83 | 55.41 | - |
| YUV | 201.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 186 | 0.11 | 0 | 0.12 | 0.17 | 115.2 | 0.22 | 0.78 |
| Hex | BC | D3 | BA | B | 0 | C | 11 | 73 | 16 | 4E |
| Octal | 274 | 323 | 272 | 13 | 0 | 14 | 21 | 163 | 26 | 116 |
| Binary | 10111100 | 11010011 | 10111010 | 1011 | 0 | 1100 | 10001 | 1110011 | 10110 | 1001110 |
Color Harmonies of #BCD3BA
Complementary color
Monochromatic Colors of #BCD3BA
Black with #BCD3BA
Text Example
Text Example
White with #BCD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3BA; }
p { color: rgb(188,211,186); }
H1.HeaderClassName
{
color: #BCD3BA;
}
.AnyTagClassName
{
color: #BCD3BA;
}
</style>
background-color css
<style>
a { background-color: #BCD3BA; }
a { background-color: rgb(188,211,186); }
div.DivClassName
{
background-color: #BCD3BA;
}
.BgClassName
{
background-color: #BCD3BA;
}
</style>
border-color css
<style>
span { border-color: #BCD3BA; }
span { border-color: rgb(188,211,186); }
td.TdClassName
{
border-color: #BCD3BA;
}
.TagClassName
{
border-color: #BCD3BA;
}
</style>