Shades of Paris White #BDC8BD
Tints of Paris White #BDC8BD
RGB
CMYK
RGB Variations
Color information
#BDC8BD (or 0xBDC8BD) is known color: Paris White. HEX triplet: BD, C8 and BD. RGB value is (189,200,189). Sum of RGB (Red+Green+Blue) = 189+200+189=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BD is #423742. Grayscale: #C3C3C3. Windows color (decimal): -4339523 or 12437693. OLE color: 12437693.
HSL color Cylindrical-coordinate representation of color #BDC8BD: hue angle of 120º 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 #BDC8BD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 189 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.22 |
| HSL | 120º | 0.09% | 0.76% | - |
| HSV(B) | 120º | 0.06% | 0.78% | - |
| XYZ | 50.83 | 55.8 | 56.24 | - |
| YUV | 195.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 189 | 0.06 | 0 | 0.06 | 0.22 | 120 | 0.09 | 0.76 |
| Hex | BD | C8 | BD | 6 | 0 | 6 | 16 | 78 | 9 | 4C |
| Octal | 275 | 310 | 275 | 6 | 0 | 6 | 26 | 170 | 11 | 114 |
| Binary | 10111101 | 11001000 | 10111101 | 110 | 0 | 110 | 10110 | 1111000 | 1001 | 1001100 |
Color Harmonies of #BDC8BD
Complementary color
Monochromatic Colors of #BDC8BD
Black with #BDC8BD
Text Example
Text Example
White with #BDC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8BD; }
p { color: rgb(189,200,189); }
H1.HeaderClassName
{
color: #BDC8BD;
}
.AnyTagClassName
{
color: #BDC8BD;
}
</style>
background-color css
<style>
a { background-color: #BDC8BD; }
a { background-color: rgb(189,200,189); }
div.DivClassName
{
background-color: #BDC8BD;
}
.BgClassName
{
background-color: #BDC8BD;
}
</style>
border-color css
<style>
span { border-color: #BDC8BD; }
span { border-color: rgb(189,200,189); }
td.TdClassName
{
border-color: #BDC8BD;
}
.TagClassName
{
border-color: #BDC8BD;
}
</style>