Shades of Paris White #BDC6BF
Tints of Paris White #BDC6BF
RGB
CMYK
RGB Variations
Color information
#BDC6BF (or 0xBDC6BF) is known color: Paris White. HEX triplet: BD, C6 and BF. RGB value is (189,198,191). Sum of RGB (Red+Green+Blue) = 189+198+191=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BF is #423940. Grayscale: #C2C2C2. Windows color (decimal): -4340033 or 12568253. OLE color: 12568253.
HSL color Cylindrical-coordinate representation of color #BDC6BF: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC6BF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 191 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.22 |
| HSL | 133.33º | 0.07% | 0.76% | - |
| HSV(B) | 133.33º | 0.05% | 0.78% | - |
| XYZ | 50.58 | 54.97 | 57.23 | - |
| YUV | 194.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 191 | 0.05 | 0 | 0.04 | 0.22 | 133.33 | 0.07 | 0.76 |
| Hex | BD | C6 | BF | 5 | 0 | 4 | 16 | 85 | 7 | 4C |
| Octal | 275 | 306 | 277 | 5 | 0 | 4 | 26 | 205 | 7 | 114 |
| Binary | 10111101 | 11000110 | 10111111 | 101 | 0 | 100 | 10110 | 10000101 | 111 | 1001100 |
Color Harmonies of #BDC6BF
Complementary color
Monochromatic Colors of #BDC6BF
Black with #BDC6BF
Text Example
Text Example
White with #BDC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6BF; }
p { color: rgb(189,198,191); }
H1.HeaderClassName
{
color: #BDC6BF;
}
.AnyTagClassName
{
color: #BDC6BF;
}
</style>
background-color css
<style>
a { background-color: #BDC6BF; }
a { background-color: rgb(189,198,191); }
div.DivClassName
{
background-color: #BDC6BF;
}
.BgClassName
{
background-color: #BDC6BF;
}
</style>
border-color css
<style>
span { border-color: #BDC6BF; }
span { border-color: rgb(189,198,191); }
td.TdClassName
{
border-color: #BDC6BF;
}
.TagClassName
{
border-color: #BDC6BF;
}
</style>