Shades of Paris White #BDC6BE
Tints of Paris White #BDC6BE
RGB
CMYK
RGB Variations
Color information
#BDC6BE (or 0xBDC6BE) is known color: Paris White. HEX triplet: BD, C6 and BE. RGB value is (189,198,190). Sum of RGB (Red+Green+Blue) = 189+198+190=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6BE is #423941. Grayscale: #C2C2C2. Windows color (decimal): -4340034 or 12502717. OLE color: 12502717.
HSL color Cylindrical-coordinate representation of color #BDC6BE: hue angle of 126.67º 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 #BDC6BE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 190 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.22 |
| HSL | 126.67º | 0.07% | 0.76% | - |
| HSV(B) | 126.67º | 0.05% | 0.78% | - |
| XYZ | 50.47 | 54.92 | 56.66 | - |
| YUV | 194.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 190 | 0.05 | 0 | 0.04 | 0.22 | 126.67 | 0.07 | 0.76 |
| Hex | BD | C6 | BE | 5 | 0 | 4 | 16 | 7F | 7 | 4C |
| Octal | 275 | 306 | 276 | 5 | 0 | 4 | 26 | 177 | 7 | 114 |
| Binary | 10111101 | 11000110 | 10111110 | 101 | 0 | 100 | 10110 | 1111111 | 111 | 1001100 |
Color Harmonies of #BDC6BE
Complementary color
Monochromatic Colors of #BDC6BE
Black with #BDC6BE
Text Example
Text Example
White with #BDC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6BE; }
p { color: rgb(189,198,190); }
H1.HeaderClassName
{
color: #BDC6BE;
}
.AnyTagClassName
{
color: #BDC6BE;
}
</style>
background-color css
<style>
a { background-color: #BDC6BE; }
a { background-color: rgb(189,198,190); }
div.DivClassName
{
background-color: #BDC6BE;
}
.BgClassName
{
background-color: #BDC6BE;
}
</style>
border-color css
<style>
span { border-color: #BDC6BE; }
span { border-color: rgb(189,198,190); }
td.TdClassName
{
border-color: #BDC6BE;
}
.TagClassName
{
border-color: #BDC6BE;
}
</style>