Shades of Paris White #BDC4BE
Tints of Paris White #BDC4BE
RGB
CMYK
RGB Variations
Color information
#BDC4BE (or 0xBDC4BE) is known color: Paris White. HEX triplet: BD, C4 and BE. RGB value is (189,196,190). Sum of RGB (Red+Green+Blue) = 189+196+190=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BE is #423B41. Grayscale: #C1C1C1. Windows color (decimal): -4340546 or 12502205. OLE color: 12502205.
HSL color Cylindrical-coordinate representation of color #BDC4BE: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC4BE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 196 | 190 | - |
CMYK | 0.04 | 0 | 0.03 | 0.23 |
HSL | 128.57º | 0.06% | 0.75% | - |
HSV(B) | 128.57º | 0.04% | 0.77% | - |
XYZ | 50.02 | 54.02 | 56.51 | - |
YUV | 193.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 190 | 0.04 | 0 | 0.03 | 0.23 | 128.57 | 0.06 | 0.75 |
Hex | BD | C4 | BE | 4 | 0 | 3 | 17 | 81 | 6 | 4B |
Octal | 275 | 304 | 276 | 4 | 0 | 3 | 27 | 201 | 6 | 113 |
Binary | 10111101 | 11000100 | 10111110 | 100 | 0 | 11 | 10111 | 10000001 | 110 | 1001011 |
Color Harmonies of #BDC4BE
Complementary color
Monochromatic Colors of #BDC4BE
Black with #BDC4BE
Text Example
Text Example
White with #BDC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4BE; }
p { color: rgb(189,196,190); }
H1.HeaderClassName
{
color: #BDC4BE;
}
.AnyTagClassName
{
color: #BDC4BE;
}
</style>
background-color css
<style>
a { background-color: #BDC4BE; }
a { background-color: rgb(189,196,190); }
div.DivClassName
{
background-color: #BDC4BE;
}
.BgClassName
{
background-color: #BDC4BE;
}
</style>
border-color css
<style>
span { border-color: #BDC4BE; }
span { border-color: rgb(189,196,190); }
td.TdClassName
{
border-color: #BDC4BE;
}
.TagClassName
{
border-color: #BDC4BE;
}
</style>