Shades of Paris White #BCD0BD
Tints of Paris White #BCD0BD
RGB
CMYK
RGB Variations
Color information
#BCD0BD (or 0xBCD0BD) is known color: Paris White. HEX triplet: BC, D0 and BD. RGB value is (188,208,189). Sum of RGB (Red+Green+Blue) = 188+208+189=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BD is #432F42. Grayscale: #C7C7C7. Windows color (decimal): -4403011 or 12439740. OLE color: 12439740.
HSL color Cylindrical-coordinate representation of color #BCD0BD: hue angle of 123º 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 #BCD0BD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 189 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.18 |
| HSL | 123º | 0.18% | 0.78% | - |
| HSV(B) | 123º | 0.1% | 0.82% | - |
| XYZ | 52.48 | 59.48 | 56.86 | - |
| YUV | 199.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 189 | 0.10 | 0 | 0.09 | 0.18 | 123 | 0.18 | 0.78 |
| Hex | BC | D0 | BD | A | 0 | 9 | 12 | 7B | 12 | 4E |
| Octal | 274 | 320 | 275 | 12 | 0 | 11 | 22 | 173 | 22 | 116 |
| Binary | 10111100 | 11010000 | 10111101 | 1010 | 0 | 1001 | 10010 | 1111011 | 10010 | 1001110 |
Color Harmonies of #BCD0BD
Complementary color
Monochromatic Colors of #BCD0BD
Black with #BCD0BD
Text Example
Text Example
White with #BCD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0BD; }
p { color: rgb(188,208,189); }
H1.HeaderClassName
{
color: #BCD0BD;
}
.AnyTagClassName
{
color: #BCD0BD;
}
</style>
background-color css
<style>
a { background-color: #BCD0BD; }
a { background-color: rgb(188,208,189); }
div.DivClassName
{
background-color: #BCD0BD;
}
.BgClassName
{
background-color: #BCD0BD;
}
</style>
border-color css
<style>
span { border-color: #BCD0BD; }
span { border-color: rgb(188,208,189); }
td.TdClassName
{
border-color: #BCD0BD;
}
.TagClassName
{
border-color: #BCD0BD;
}
</style>