Shades of Paris White #BDC8BE
Tints of Paris White #BDC8BE
RGB
CMYK
RGB Variations
Color information
#BDC8BE (or 0xBDC8BE) is known color: Paris White. HEX triplet: BD, C8 and BE. RGB value is (189,200,190). Sum of RGB (Red+Green+Blue) = 189+200+190=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8BE is #423741. Grayscale: #C3C3C3. Windows color (decimal): -4339522 or 12503229. OLE color: 12503229.
HSL color Cylindrical-coordinate representation of color #BDC8BE: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC8BE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 190 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.22 |
| HSL | 125.45º | 0.09% | 0.76% | - |
| HSV(B) | 125.45º | 0.06% | 0.78% | - |
| XYZ | 50.93 | 55.85 | 56.81 | - |
| YUV | 195.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 190 | 0.06 | 0 | 0.05 | 0.22 | 125.45 | 0.09 | 0.76 |
| Hex | BD | C8 | BE | 6 | 0 | 5 | 16 | 7D | 9 | 4C |
| Octal | 275 | 310 | 276 | 6 | 0 | 5 | 26 | 175 | 11 | 114 |
| Binary | 10111101 | 11001000 | 10111110 | 110 | 0 | 101 | 10110 | 1111101 | 1001 | 1001100 |
Color Harmonies of #BDC8BE
Complementary color
Monochromatic Colors of #BDC8BE
Black with #BDC8BE
Text Example
Text Example
White with #BDC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8BE; }
p { color: rgb(189,200,190); }
H1.HeaderClassName
{
color: #BDC8BE;
}
.AnyTagClassName
{
color: #BDC8BE;
}
</style>
background-color css
<style>
a { background-color: #BDC8BE; }
a { background-color: rgb(189,200,190); }
div.DivClassName
{
background-color: #BDC8BE;
}
.BgClassName
{
background-color: #BDC8BE;
}
</style>
border-color css
<style>
span { border-color: #BDC8BE; }
span { border-color: rgb(189,200,190); }
td.TdClassName
{
border-color: #BDC8BE;
}
.TagClassName
{
border-color: #BDC8BE;
}
</style>