Shades of Paris White #BDD1C0
Tints of Paris White #BDD1C0
RGB
CMYK
RGB Variations
Color information
#BDD1C0 (or 0xBDD1C0) is known color: Paris White. HEX triplet: BD, D1 and C0. RGB value is (189,209,192). Sum of RGB (Red+Green+Blue) = 189+209+192=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C0 is #422E3F. Grayscale: #C9C9C9. Windows color (decimal): -4337216 or 12636605. OLE color: 12636605.
HSL color Cylindrical-coordinate representation of color #BDD1C0: hue angle of 129º 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 #BDD1C0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 192 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.18 |
| HSL | 129º | 0.18% | 0.78% | - |
| HSV(B) | 129º | 0.1% | 0.82% | - |
| XYZ | 53.3 | 60.23 | 58.68 | - |
| YUV | 201.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 192 | 0.10 | 0 | 0.08 | 0.18 | 129 | 0.18 | 0.78 |
| Hex | BD | D1 | C0 | A | 0 | 8 | 12 | 81 | 12 | 4E |
| Octal | 275 | 321 | 300 | 12 | 0 | 10 | 22 | 201 | 22 | 116 |
| Binary | 10111101 | 11010001 | 11000000 | 1010 | 0 | 1000 | 10010 | 10000001 | 10010 | 1001110 |
Color Harmonies of #BDD1C0
Complementary color
Monochromatic Colors of #BDD1C0
Black with #BDD1C0
Text Example
Text Example
White with #BDD1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1C0; }
p { color: rgb(189,209,192); }
H1.HeaderClassName
{
color: #BDD1C0;
}
.AnyTagClassName
{
color: #BDD1C0;
}
</style>
background-color css
<style>
a { background-color: #BDD1C0; }
a { background-color: rgb(189,209,192); }
div.DivClassName
{
background-color: #BDD1C0;
}
.BgClassName
{
background-color: #BDD1C0;
}
</style>
border-color css
<style>
span { border-color: #BDD1C0; }
span { border-color: rgb(189,209,192); }
td.TdClassName
{
border-color: #BDD1C0;
}
.TagClassName
{
border-color: #BDD1C0;
}
</style>