Shades of Paris White #BDC9BF
Tints of Paris White #BDC9BF
RGB
CMYK
RGB Variations
Color information
#BDC9BF (or 0xBDC9BF) is known color: Paris White. HEX triplet: BD, C9 and BF. RGB value is (189,201,191). Sum of RGB (Red+Green+Blue) = 189+201+191=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9BF is #423640. Grayscale: #C4C4C4. Windows color (decimal): -4339265 or 12569021. OLE color: 12569021.
HSL color Cylindrical-coordinate representation of color #BDC9BF: hue angle of 130º 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 #BDC9BF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 191 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.21 |
| HSL | 130º | 0.1% | 0.76% | - |
| HSV(B) | 130º | 0.06% | 0.79% | - |
| XYZ | 51.28 | 56.35 | 57.46 | - |
| YUV | 196.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 191 | 0.06 | 0 | 0.05 | 0.21 | 130 | 0.1 | 0.76 |
| Hex | BD | C9 | BF | 6 | 0 | 5 | 15 | 82 | A | 4C |
| Octal | 275 | 311 | 277 | 6 | 0 | 5 | 25 | 202 | 12 | 114 |
| Binary | 10111101 | 11001001 | 10111111 | 110 | 0 | 101 | 10101 | 10000010 | 1010 | 1001100 |
Color Harmonies of #BDC9BF
Complementary color
Monochromatic Colors of #BDC9BF
Black with #BDC9BF
Text Example
Text Example
White with #BDC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9BF; }
p { color: rgb(189,201,191); }
H1.HeaderClassName
{
color: #BDC9BF;
}
.AnyTagClassName
{
color: #BDC9BF;
}
</style>
background-color css
<style>
a { background-color: #BDC9BF; }
a { background-color: rgb(189,201,191); }
div.DivClassName
{
background-color: #BDC9BF;
}
.BgClassName
{
background-color: #BDC9BF;
}
</style>
border-color css
<style>
span { border-color: #BDC9BF; }
span { border-color: rgb(189,201,191); }
td.TdClassName
{
border-color: #BDC9BF;
}
.TagClassName
{
border-color: #BDC9BF;
}
</style>