Shades of Paris White #BCD2BD
Tints of Paris White #BCD2BD
RGB
CMYK
RGB Variations
Color information
#BCD2BD (or 0xBCD2BD) is known color: Paris White. HEX triplet: BC, D2 and BD. RGB value is (188,210,189). Sum of RGB (Red+Green+Blue) = 188+210+189=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2BD is #432D42. Grayscale: #C9C9C9. Windows color (decimal): -4402499 or 12440252. OLE color: 12440252.
HSL color Cylindrical-coordinate representation of color #BCD2BD: hue angle of 122.73º degrees, saturation: 0.2, 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 #BCD2BD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 189 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 122.73º | 0.2% | 0.78% | - |
| HSV(B) | 122.73º | 0.1% | 0.82% | - |
| XYZ | 52.97 | 60.46 | 57.02 | - |
| YUV | 201.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 189 | 0.10 | 0 | 0.10 | 0.18 | 122.73 | 0.2 | 0.78 |
| Hex | BC | D2 | BD | A | 0 | A | 12 | 7B | 14 | 4E |
| Octal | 274 | 322 | 275 | 12 | 0 | 12 | 22 | 173 | 24 | 116 |
| Binary | 10111100 | 11010010 | 10111101 | 1010 | 0 | 1010 | 10010 | 1111011 | 10100 | 1001110 |
Color Harmonies of #BCD2BD
Complementary color
Monochromatic Colors of #BCD2BD
Black with #BCD2BD
Text Example
Text Example
White with #BCD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2BD; }
p { color: rgb(188,210,189); }
H1.HeaderClassName
{
color: #BCD2BD;
}
.AnyTagClassName
{
color: #BCD2BD;
}
</style>
background-color css
<style>
a { background-color: #BCD2BD; }
a { background-color: rgb(188,210,189); }
div.DivClassName
{
background-color: #BCD2BD;
}
.BgClassName
{
background-color: #BCD2BD;
}
</style>
border-color css
<style>
span { border-color: #BCD2BD; }
span { border-color: rgb(188,210,189); }
td.TdClassName
{
border-color: #BCD2BD;
}
.TagClassName
{
border-color: #BCD2BD;
}
</style>