Shades of Paris White #BCD0BC
Tints of Paris White #BCD0BC
RGB
CMYK
RGB Variations
Color information
#BCD0BC (or 0xBCD0BC) is known color: Paris White. HEX triplet: BC, D0 and BC. RGB value is (188,208,188). Sum of RGB (Red+Green+Blue) = 188+208+188=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BC is #432F43. Grayscale: #C7C7C7. Windows color (decimal): -4403012 or 12374204. OLE color: 12374204.
HSL color Cylindrical-coordinate representation of color #BCD0BC: hue angle of 120º degrees, saturation: 0.18, 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 #BCD0BC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 188 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 120º | 0.18% | 0.78% | - |
| HSV(B) | 120º | 0.1% | 0.82% | - |
| XYZ | 52.37 | 59.43 | 56.29 | - |
| YUV | 199.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 188 | 0.10 | 0 | 0.10 | 0.18 | 120 | 0.18 | 0.78 |
| Hex | BC | D0 | BC | A | 0 | A | 12 | 78 | 12 | 4E |
| Octal | 274 | 320 | 274 | 12 | 0 | 12 | 22 | 170 | 22 | 116 |
| Binary | 10111100 | 11010000 | 10111100 | 1010 | 0 | 1010 | 10010 | 1111000 | 10010 | 1001110 |
Color Harmonies of #BCD0BC
Complementary color
Monochromatic Colors of #BCD0BC
Black with #BCD0BC
Text Example
Text Example
White with #BCD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0BC; }
p { color: rgb(188,208,188); }
H1.HeaderClassName
{
color: #BCD0BC;
}
.AnyTagClassName
{
color: #BCD0BC;
}
</style>
background-color css
<style>
a { background-color: #BCD0BC; }
a { background-color: rgb(188,208,188); }
div.DivClassName
{
background-color: #BCD0BC;
}
.BgClassName
{
background-color: #BCD0BC;
}
</style>
border-color css
<style>
span { border-color: #BCD0BC; }
span { border-color: rgb(188,208,188); }
td.TdClassName
{
border-color: #BCD0BC;
}
.TagClassName
{
border-color: #BCD0BC;
}
</style>