Shades of Paris White #BED3BD
Tints of Paris White #BED3BD
RGB
CMYK
RGB Variations
Color information
#BED3BD (or 0xBED3BD) is known color: Paris White. HEX triplet: BE, D3 and BD. RGB value is (190,211,189). Sum of RGB (Red+Green+Blue) = 190+211+189=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3BD is #412C42. Grayscale: #CACACA. Windows color (decimal): -4271171 or 12440510. OLE color: 12440510.
HSL color Cylindrical-coordinate representation of color #BED3BD: hue angle of 117.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3BD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 189 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.17 |
| HSL | 117.27º | 0.2% | 0.78% | - |
| HSV(B) | 117.27º | 0.1% | 0.83% | - |
| XYZ | 53.71 | 61.21 | 57.13 | - |
| YUV | 202.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 189 | 0.10 | 0 | 0.10 | 0.17 | 117.27 | 0.2 | 0.78 |
| Hex | BE | D3 | BD | A | 0 | A | 11 | 75 | 14 | 4E |
| Octal | 276 | 323 | 275 | 12 | 0 | 12 | 21 | 165 | 24 | 116 |
| Binary | 10111110 | 11010011 | 10111101 | 1010 | 0 | 1010 | 10001 | 1110101 | 10100 | 1001110 |
Color Harmonies of #BED3BD
Complementary color
Monochromatic Colors of #BED3BD
Black with #BED3BD
Text Example
Text Example
White with #BED3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3BD; }
p { color: rgb(190,211,189); }
H1.HeaderClassName
{
color: #BED3BD;
}
.AnyTagClassName
{
color: #BED3BD;
}
</style>
background-color css
<style>
a { background-color: #BED3BD; }
a { background-color: rgb(190,211,189); }
div.DivClassName
{
background-color: #BED3BD;
}
.BgClassName
{
background-color: #BED3BD;
}
</style>
border-color css
<style>
span { border-color: #BED3BD; }
span { border-color: rgb(190,211,189); }
td.TdClassName
{
border-color: #BED3BD;
}
.TagClassName
{
border-color: #BED3BD;
}
</style>