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