Shades of Paris White #BDD1BC
Tints of Paris White #BDD1BC
RGB
CMYK
RGB Variations
Color information
#BDD1BC (or 0xBDD1BC) is known color: Paris White. HEX triplet: BD, D1 and BC. RGB value is (189,209,188). Sum of RGB (Red+Green+Blue) = 189+209+188=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BC is #422E43. Grayscale: #C8C8C8. Windows color (decimal): -4337220 or 12374461. OLE color: 12374461.
HSL color Cylindrical-coordinate representation of color #BDD1BC: hue angle of 117.14º degrees, saturation: 0.19, 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 #BDD1BC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 188 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 117.14º | 0.19% | 0.78% | - |
| HSV(B) | 117.14º | 0.1% | 0.82% | - |
| XYZ | 52.86 | 60.05 | 56.38 | - |
| YUV | 200.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 188 | 0.10 | 0 | 0.10 | 0.18 | 117.14 | 0.19 | 0.78 |
| Hex | BD | D1 | BC | A | 0 | A | 12 | 75 | 13 | 4E |
| Octal | 275 | 321 | 274 | 12 | 0 | 12 | 22 | 165 | 23 | 116 |
| Binary | 10111101 | 11010001 | 10111100 | 1010 | 0 | 1010 | 10010 | 1110101 | 10011 | 1001110 |
Color Harmonies of #BDD1BC
Complementary color
Monochromatic Colors of #BDD1BC
Black with #BDD1BC
Text Example
Text Example
White with #BDD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1BC; }
p { color: rgb(189,209,188); }
H1.HeaderClassName
{
color: #BDD1BC;
}
.AnyTagClassName
{
color: #BDD1BC;
}
</style>
background-color css
<style>
a { background-color: #BDD1BC; }
a { background-color: rgb(189,209,188); }
div.DivClassName
{
background-color: #BDD1BC;
}
.BgClassName
{
background-color: #BDD1BC;
}
</style>
border-color css
<style>
span { border-color: #BDD1BC; }
span { border-color: rgb(189,209,188); }
td.TdClassName
{
border-color: #BDD1BC;
}
.TagClassName
{
border-color: #BDD1BC;
}
</style>