Shades of Paris White #BDD1BD
Tints of Paris White #BDD1BD
RGB
CMYK
RGB Variations
Color information
#BDD1BD (or 0xBDD1BD) is known color: Paris White. HEX triplet: BD, D1 and BD. RGB value is (189,209,189). Sum of RGB (Red+Green+Blue) = 189+209+189=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BD is #422E42. Grayscale: #C8C8C8. Windows color (decimal): -4337219 or 12439997. OLE color: 12439997.
HSL color Cylindrical-coordinate representation of color #BDD1BD: 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 #BDD1BD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 189 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 120º | 0.18% | 0.78% | - |
| HSV(B) | 120º | 0.1% | 0.82% | - |
| XYZ | 52.97 | 60.09 | 56.95 | - |
| YUV | 200.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 189 | 0.10 | 0 | 0.10 | 0.18 | 120 | 0.18 | 0.78 |
| Hex | BD | D1 | BD | A | 0 | A | 12 | 78 | 12 | 4E |
| Octal | 275 | 321 | 275 | 12 | 0 | 12 | 22 | 170 | 22 | 116 |
| Binary | 10111101 | 11010001 | 10111101 | 1010 | 0 | 1010 | 10010 | 1111000 | 10010 | 1001110 |
Color Harmonies of #BDD1BD
Complementary color
Monochromatic Colors of #BDD1BD
Black with #BDD1BD
Text Example
Text Example
White with #BDD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1BD; }
p { color: rgb(189,209,189); }
H1.HeaderClassName
{
color: #BDD1BD;
}
.AnyTagClassName
{
color: #BDD1BD;
}
</style>
background-color css
<style>
a { background-color: #BDD1BD; }
a { background-color: rgb(189,209,189); }
div.DivClassName
{
background-color: #BDD1BD;
}
.BgClassName
{
background-color: #BDD1BD;
}
</style>
border-color css
<style>
span { border-color: #BDD1BD; }
span { border-color: rgb(189,209,189); }
td.TdClassName
{
border-color: #BDD1BD;
}
.TagClassName
{
border-color: #BDD1BD;
}
</style>