Shades of Paris White #BDC5BE
Tints of Paris White #BDC5BE
RGB
CMYK
RGB Variations
Color information
#BDC5BE (or 0xBDC5BE) is known color: Paris White. HEX triplet: BD, C5 and BE. RGB value is (189,197,190). Sum of RGB (Red+Green+Blue) = 189+197+190=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5BE is #423A41. Grayscale: #C1C1C1. Windows color (decimal): -4340290 or 12502461. OLE color: 12502461.
HSL color Cylindrical-coordinate representation of color #BDC5BE: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC5BE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 197 | 190 | - |
CMYK | 0.04 | 0 | 0.04 | 0.23 |
HSL | 127.5º | 0.06% | 0.76% | - |
HSV(B) | 127.5º | 0.04% | 0.77% | - |
XYZ | 50.25 | 54.47 | 56.58 | - |
YUV | 193.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 197 | 190 | 0.04 | 0 | 0.04 | 0.23 | 127.5 | 0.06 | 0.76 |
Hex | BD | C5 | BE | 4 | 0 | 4 | 17 | 80 | 6 | 4C |
Octal | 275 | 305 | 276 | 4 | 0 | 4 | 27 | 200 | 6 | 114 |
Binary | 10111101 | 11000101 | 10111110 | 100 | 0 | 100 | 10111 | 10000000 | 110 | 1001100 |
Color Harmonies of #BDC5BE
Complementary color
Monochromatic Colors of #BDC5BE
Black with #BDC5BE
Text Example
Text Example
White with #BDC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5BE; }
p { color: rgb(189,197,190); }
H1.HeaderClassName
{
color: #BDC5BE;
}
.AnyTagClassName
{
color: #BDC5BE;
}
</style>
background-color css
<style>
a { background-color: #BDC5BE; }
a { background-color: rgb(189,197,190); }
div.DivClassName
{
background-color: #BDC5BE;
}
.BgClassName
{
background-color: #BDC5BE;
}
</style>
border-color css
<style>
span { border-color: #BDC5BE; }
span { border-color: rgb(189,197,190); }
td.TdClassName
{
border-color: #BDC5BE;
}
.TagClassName
{
border-color: #BDC5BE;
}
</style>