Shades of Paris White #BDC3BE
Tints of Paris White #BDC3BE
RGB
CMYK
RGB Variations
Color information
#BDC3BE (or 0xBDC3BE) is known color: Paris White. HEX triplet: BD, C3 and BE. RGB value is (189,195,190). Sum of RGB (Red+Green+Blue) = 189+195+190=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3BE is #423C41. Grayscale: #C0C0C0. Windows color (decimal): -4340802 or 12501949. OLE color: 12501949.
HSL color Cylindrical-coordinate representation of color #BDC3BE: hue angle of 130º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3BE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 195 | 190 | - |
CMYK | 0.03 | 0 | 0.03 | 0.24 |
HSL | 130º | 0.05% | 0.75% | - |
HSV(B) | 130º | 0.03% | 0.76% | - |
XYZ | 49.8 | 53.57 | 56.43 | - |
YUV | 192.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 190 | 0.03 | 0 | 0.03 | 0.24 | 130 | 0.05 | 0.75 |
Hex | BD | C3 | BE | 3 | 0 | 3 | 18 | 82 | 5 | 4B |
Octal | 275 | 303 | 276 | 3 | 0 | 3 | 30 | 202 | 5 | 113 |
Binary | 10111101 | 11000011 | 10111110 | 11 | 0 | 11 | 11000 | 10000010 | 101 | 1001011 |
Color Harmonies of #BDC3BE
Complementary color
Monochromatic Colors of #BDC3BE
Black with #BDC3BE
Text Example
Text Example
White with #BDC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3BE; }
p { color: rgb(189,195,190); }
H1.HeaderClassName
{
color: #BDC3BE;
}
.AnyTagClassName
{
color: #BDC3BE;
}
</style>
background-color css
<style>
a { background-color: #BDC3BE; }
a { background-color: rgb(189,195,190); }
div.DivClassName
{
background-color: #BDC3BE;
}
.BgClassName
{
background-color: #BDC3BE;
}
</style>
border-color css
<style>
span { border-color: #BDC3BE; }
span { border-color: rgb(189,195,190); }
td.TdClassName
{
border-color: #BDC3BE;
}
.TagClassName
{
border-color: #BDC3BE;
}
</style>