Shades of Paris White #BDC9BE
Tints of Paris White #BDC9BE
RGB
CMYK
RGB Variations
Color information
#BDC9BE (or 0xBDC9BE) is known color: Paris White. HEX triplet: BD, C9 and BE. RGB value is (189,201,190). Sum of RGB (Red+Green+Blue) = 189+201+190=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BE is #423641. Grayscale: #C4C4C4. Windows color (decimal): -4339266 or 12503485. OLE color: 12503485.
HSL color Cylindrical-coordinate representation of color #BDC9BE: hue angle of 125º degrees, saturation: 0.1, 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 #BDC9BE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 190 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.21 |
| HSL | 125º | 0.1% | 0.76% | - |
| HSV(B) | 125º | 0.06% | 0.79% | - |
| XYZ | 51.17 | 56.31 | 56.89 | - |
| YUV | 196.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 190 | 0.06 | 0 | 0.05 | 0.21 | 125 | 0.1 | 0.76 |
| Hex | BD | C9 | BE | 6 | 0 | 5 | 15 | 7D | A | 4C |
| Octal | 275 | 311 | 276 | 6 | 0 | 5 | 25 | 175 | 12 | 114 |
| Binary | 10111101 | 11001001 | 10111110 | 110 | 0 | 101 | 10101 | 1111101 | 1010 | 1001100 |
Color Harmonies of #BDC9BE
Complementary color
Monochromatic Colors of #BDC9BE
Black with #BDC9BE
Text Example
Text Example
White with #BDC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9BE; }
p { color: rgb(189,201,190); }
H1.HeaderClassName
{
color: #BDC9BE;
}
.AnyTagClassName
{
color: #BDC9BE;
}
</style>
background-color css
<style>
a { background-color: #BDC9BE; }
a { background-color: rgb(189,201,190); }
div.DivClassName
{
background-color: #BDC9BE;
}
.BgClassName
{
background-color: #BDC9BE;
}
</style>
border-color css
<style>
span { border-color: #BDC9BE; }
span { border-color: rgb(189,201,190); }
td.TdClassName
{
border-color: #BDC9BE;
}
.TagClassName
{
border-color: #BDC9BE;
}
</style>