Shades of Paris White #BDC8BF
Tints of Paris White #BDC8BF
RGB
CMYK
RGB Variations
Color information
#BDC8BF (or 0xBDC8BF) is known color: Paris White. HEX triplet: BD, C8 and BF. RGB value is (189,200,191). Sum of RGB (Red+Green+Blue) = 189+200+191=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BF is #423740. Grayscale: #C3C3C3. Windows color (decimal): -4339521 or 12568765. OLE color: 12568765.
HSL color Cylindrical-coordinate representation of color #BDC8BF: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC8BF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 191 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 130.91º | 0.09% | 0.76% | - |
| HSV(B) | 130.91º | 0.06% | 0.78% | - |
| XYZ | 51.04 | 55.89 | 57.39 | - |
| YUV | 195.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 191 | 0.06 | 0 | 0.04 | 0.22 | 130.91 | 0.09 | 0.76 |
| Hex | BD | C8 | BF | 6 | 0 | 4 | 16 | 83 | 9 | 4C |
| Octal | 275 | 310 | 277 | 6 | 0 | 4 | 26 | 203 | 11 | 114 |
| Binary | 10111101 | 11001000 | 10111111 | 110 | 0 | 100 | 10110 | 10000011 | 1001 | 1001100 |
Color Harmonies of #BDC8BF
Complementary color
Monochromatic Colors of #BDC8BF
Black with #BDC8BF
Text Example
Text Example
White with #BDC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8BF; }
p { color: rgb(189,200,191); }
H1.HeaderClassName
{
color: #BDC8BF;
}
.AnyTagClassName
{
color: #BDC8BF;
}
</style>
background-color css
<style>
a { background-color: #BDC8BF; }
a { background-color: rgb(189,200,191); }
div.DivClassName
{
background-color: #BDC8BF;
}
.BgClassName
{
background-color: #BDC8BF;
}
</style>
border-color css
<style>
span { border-color: #BDC8BF; }
span { border-color: rgb(189,200,191); }
td.TdClassName
{
border-color: #BDC8BF;
}
.TagClassName
{
border-color: #BDC8BF;
}
</style>