Shades of Paris White #BDBFBD
Tints of Paris White #BDBFBD
RGB
CMYK
RGB Variations
Color information
#BDBFBD (or 0xBDBFBD) is known color: Paris White. HEX triplet: BD, BF and BD. RGB value is (189,191,189). Sum of RGB (Red+Green+Blue) = 189+191+189=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFBD is #424042. Grayscale: #BEBEBE. Windows color (decimal): -4341827 or 12435389. OLE color: 12435389.
HSL color Cylindrical-coordinate representation of color #BDBFBD: hue angle of 120º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BDBFBD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 191 | 189 | - |
CMYK | 0.01 | 0 | 0.01 | 0.25 |
HSL | 120º | 0.02% | 0.75% | - |
HSV(B) | 120º | 0.01% | 0.75% | - |
XYZ | 48.8 | 51.75 | 55.56 | - |
YUV | 190.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 189 | 0.01 | 0 | 0.01 | 0.25 | 120 | 0.02 | 0.75 |
Hex | BD | BF | BD | 1 | 0 | 1 | 19 | 78 | 2 | 4B |
Octal | 275 | 277 | 275 | 1 | 0 | 1 | 31 | 170 | 2 | 113 |
Binary | 10111101 | 10111111 | 10111101 | 1 | 0 | 1 | 11001 | 1111000 | 10 | 1001011 |
Color Harmonies of #BDBFBD
Complementary color
Monochromatic Colors of #BDBFBD
Black with #BDBFBD
Text Example
Text Example
White with #BDBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFBD; }
p { color: rgb(189,191,189); }
H1.HeaderClassName
{
color: #BDBFBD;
}
.AnyTagClassName
{
color: #BDBFBD;
}
</style>
background-color css
<style>
a { background-color: #BDBFBD; }
a { background-color: rgb(189,191,189); }
div.DivClassName
{
background-color: #BDBFBD;
}
.BgClassName
{
background-color: #BDBFBD;
}
</style>
border-color css
<style>
span { border-color: #BDBFBD; }
span { border-color: rgb(189,191,189); }
td.TdClassName
{
border-color: #BDBFBD;
}
.TagClassName
{
border-color: #BDBFBD;
}
</style>