Shades of Paris White #BDC7BF
Tints of Paris White #BDC7BF
RGB
CMYK
RGB Variations
Color information
#BDC7BF (or 0xBDC7BF) is known color: Paris White. HEX triplet: BD, C7 and BF. RGB value is (189,199,191). Sum of RGB (Red+Green+Blue) = 189+199+191=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7BF is #423840. Grayscale: #C3C3C3. Windows color (decimal): -4339777 or 12568509. OLE color: 12568509.
HSL color Cylindrical-coordinate representation of color #BDC7BF: hue angle of 132º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC7BF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 191 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.22 |
| HSL | 132º | 0.08% | 0.76% | - |
| HSV(B) | 132º | 0.05% | 0.78% | - |
| XYZ | 50.81 | 55.43 | 57.31 | - |
| YUV | 195.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 191 | 0.05 | 0 | 0.04 | 0.22 | 132 | 0.08 | 0.76 |
| Hex | BD | C7 | BF | 5 | 0 | 4 | 16 | 84 | 8 | 4C |
| Octal | 275 | 307 | 277 | 5 | 0 | 4 | 26 | 204 | 10 | 114 |
| Binary | 10111101 | 11000111 | 10111111 | 101 | 0 | 100 | 10110 | 10000100 | 1000 | 1001100 |
Color Harmonies of #BDC7BF
Complementary color
Monochromatic Colors of #BDC7BF
Black with #BDC7BF
Text Example
Text Example
White with #BDC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7BF; }
p { color: rgb(189,199,191); }
H1.HeaderClassName
{
color: #BDC7BF;
}
.AnyTagClassName
{
color: #BDC7BF;
}
</style>
background-color css
<style>
a { background-color: #BDC7BF; }
a { background-color: rgb(189,199,191); }
div.DivClassName
{
background-color: #BDC7BF;
}
.BgClassName
{
background-color: #BDC7BF;
}
</style>
border-color css
<style>
span { border-color: #BDC7BF; }
span { border-color: rgb(189,199,191); }
td.TdClassName
{
border-color: #BDC7BF;
}
.TagClassName
{
border-color: #BDC7BF;
}
</style>