Shades of Paris White #BDC8BC
Tints of Paris White #BDC8BC
RGB
CMYK
RGB Variations
Color information
#BDC8BC (or 0xBDC8BC) is known color: Paris White. HEX triplet: BD, C8 and BC. RGB value is (189,200,188). Sum of RGB (Red+Green+Blue) = 189+200+188=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BC is #423743. Grayscale: #C3C3C3. Windows color (decimal): -4339524 or 12372157. OLE color: 12372157.
HSL color Cylindrical-coordinate representation of color #BDC8BC: hue angle of 115º degrees, saturation: 0.1, 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 #BDC8BC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 188 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.22 |
| HSL | 115º | 0.1% | 0.76% | - |
| HSV(B) | 115º | 0.06% | 0.78% | - |
| XYZ | 50.72 | 55.76 | 55.67 | - |
| YUV | 195.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 188 | 0.06 | 0 | 0.06 | 0.22 | 115 | 0.1 | 0.76 |
| Hex | BD | C8 | BC | 6 | 0 | 6 | 16 | 73 | A | 4C |
| Octal | 275 | 310 | 274 | 6 | 0 | 6 | 26 | 163 | 12 | 114 |
| Binary | 10111101 | 11001000 | 10111100 | 110 | 0 | 110 | 10110 | 1110011 | 1010 | 1001100 |
Color Harmonies of #BDC8BC
Complementary color
Monochromatic Colors of #BDC8BC
Black with #BDC8BC
Text Example
Text Example
White with #BDC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8BC; }
p { color: rgb(189,200,188); }
H1.HeaderClassName
{
color: #BDC8BC;
}
.AnyTagClassName
{
color: #BDC8BC;
}
</style>
background-color css
<style>
a { background-color: #BDC8BC; }
a { background-color: rgb(189,200,188); }
div.DivClassName
{
background-color: #BDC8BC;
}
.BgClassName
{
background-color: #BDC8BC;
}
</style>
border-color css
<style>
span { border-color: #BDC8BC; }
span { border-color: rgb(189,200,188); }
td.TdClassName
{
border-color: #BDC8BC;
}
.TagClassName
{
border-color: #BDC8BC;
}
</style>