Shades of Paris White #BDCBBD
Tints of Paris White #BDCBBD
RGB
CMYK
RGB Variations
Color information
#BDCBBD (or 0xBDCBBD) is known color: Paris White. HEX triplet: BD, CB and BD. RGB value is (189,203,189). Sum of RGB (Red+Green+Blue) = 189+203+189=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBBD is #423442. Grayscale: #C5C5C5. Windows color (decimal): -4338755 or 12438461. OLE color: 12438461.
HSL color Cylindrical-coordinate representation of color #BDCBBD: hue angle of 120º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCBBD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 189 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.20 |
| HSL | 120º | 0.12% | 0.77% | - |
| HSV(B) | 120º | 0.07% | 0.8% | - |
| XYZ | 51.53 | 57.2 | 56.47 | - |
| YUV | 197.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 189 | 0.07 | 0 | 0.07 | 0.20 | 120 | 0.12 | 0.77 |
| Hex | BD | CB | BD | 7 | 0 | 7 | 14 | 78 | C | 4D |
| Octal | 275 | 313 | 275 | 7 | 0 | 7 | 24 | 170 | 14 | 115 |
| Binary | 10111101 | 11001011 | 10111101 | 111 | 0 | 111 | 10100 | 1111000 | 1100 | 1001101 |
Color Harmonies of #BDCBBD
Complementary color
Monochromatic Colors of #BDCBBD
Black with #BDCBBD
Text Example
Text Example
White with #BDCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBBD; }
p { color: rgb(189,203,189); }
H1.HeaderClassName
{
color: #BDCBBD;
}
.AnyTagClassName
{
color: #BDCBBD;
}
</style>
background-color css
<style>
a { background-color: #BDCBBD; }
a { background-color: rgb(189,203,189); }
div.DivClassName
{
background-color: #BDCBBD;
}
.BgClassName
{
background-color: #BDCBBD;
}
</style>
border-color css
<style>
span { border-color: #BDCBBD; }
span { border-color: rgb(189,203,189); }
td.TdClassName
{
border-color: #BDCBBD;
}
.TagClassName
{
border-color: #BDCBBD;
}
</style>