Shades of Paris White #BDCFBD
Tints of Paris White #BDCFBD
RGB
CMYK
RGB Variations
Color information
#BDCFBD (or 0xBDCFBD) is known color: Paris White. HEX triplet: BD, CF and BD. RGB value is (189,207,189). Sum of RGB (Red+Green+Blue) = 189+207+189=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFBD is #423042. Grayscale: #C7C7C7. Windows color (decimal): -4337731 or 12439485. OLE color: 12439485.
HSL color Cylindrical-coordinate representation of color #BDCFBD: hue angle of 120º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFBD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 189 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.19 |
| HSL | 120º | 0.16% | 0.78% | - |
| HSV(B) | 120º | 0.09% | 0.81% | - |
| XYZ | 52.48 | 59.12 | 56.79 | - |
| YUV | 199.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 189 | 0.09 | 0 | 0.09 | 0.19 | 120 | 0.16 | 0.78 |
| Hex | BD | CF | BD | 9 | 0 | 9 | 13 | 78 | 10 | 4E |
| Octal | 275 | 317 | 275 | 11 | 0 | 11 | 23 | 170 | 20 | 116 |
| Binary | 10111101 | 11001111 | 10111101 | 1001 | 0 | 1001 | 10011 | 1111000 | 10000 | 1001110 |
Color Harmonies of #BDCFBD
Complementary color
Monochromatic Colors of #BDCFBD
Black with #BDCFBD
Text Example
Text Example
White with #BDCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFBD; }
p { color: rgb(189,207,189); }
H1.HeaderClassName
{
color: #BDCFBD;
}
.AnyTagClassName
{
color: #BDCFBD;
}
</style>
background-color css
<style>
a { background-color: #BDCFBD; }
a { background-color: rgb(189,207,189); }
div.DivClassName
{
background-color: #BDCFBD;
}
.BgClassName
{
background-color: #BDCFBD;
}
</style>
border-color css
<style>
span { border-color: #BDCFBD; }
span { border-color: rgb(189,207,189); }
td.TdClassName
{
border-color: #BDCFBD;
}
.TagClassName
{
border-color: #BDCFBD;
}
</style>