Shades of Paris White #BDC9BC
Tints of Paris White #BDC9BC
RGB
CMYK
RGB Variations
Color information
#BDC9BC (or 0xBDC9BC) is known color: Paris White. HEX triplet: BD, C9 and BC. RGB value is (189,201,188). Sum of RGB (Red+Green+Blue) = 189+201+188=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BC is #423643. Grayscale: #C3C3C3. Windows color (decimal): -4339268 or 12372413. OLE color: 12372413.
HSL color Cylindrical-coordinate representation of color #BDC9BC: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC9BC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 188 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.21 |
| HSL | 115.38º | 0.11% | 0.76% | - |
| HSV(B) | 115.38º | 0.06% | 0.79% | - |
| XYZ | 50.95 | 56.22 | 55.74 | - |
| YUV | 195.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 188 | 0.06 | 0 | 0.06 | 0.21 | 115.38 | 0.11 | 0.76 |
| Hex | BD | C9 | BC | 6 | 0 | 6 | 15 | 73 | B | 4C |
| Octal | 275 | 311 | 274 | 6 | 0 | 6 | 25 | 163 | 13 | 114 |
| Binary | 10111101 | 11001001 | 10111100 | 110 | 0 | 110 | 10101 | 1110011 | 1011 | 1001100 |
Color Harmonies of #BDC9BC
Complementary color
Monochromatic Colors of #BDC9BC
Black with #BDC9BC
Text Example
Text Example
White with #BDC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9BC; }
p { color: rgb(189,201,188); }
H1.HeaderClassName
{
color: #BDC9BC;
}
.AnyTagClassName
{
color: #BDC9BC;
}
</style>
background-color css
<style>
a { background-color: #BDC9BC; }
a { background-color: rgb(189,201,188); }
div.DivClassName
{
background-color: #BDC9BC;
}
.BgClassName
{
background-color: #BDC9BC;
}
</style>
border-color css
<style>
span { border-color: #BDC9BC; }
span { border-color: rgb(189,201,188); }
td.TdClassName
{
border-color: #BDC9BC;
}
.TagClassName
{
border-color: #BDC9BC;
}
</style>