Shades of Paris White #BED1BD
Tints of Paris White #BED1BD
RGB
CMYK
RGB Variations
Color information
#BED1BD (or 0xBED1BD) is known color: Paris White. HEX triplet: BE, D1 and BD. RGB value is (190,209,189). Sum of RGB (Red+Green+Blue) = 190+209+189=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1BD is #412E42. Grayscale: #C9C9C9. Windows color (decimal): -4271683 or 12439998. OLE color: 12439998.
HSL color Cylindrical-coordinate representation of color #BED1BD: hue angle of 117º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED1BD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 189 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.18 |
| HSL | 117º | 0.18% | 0.78% | - |
| HSV(B) | 117º | 0.1% | 0.82% | - |
| XYZ | 53.22 | 60.22 | 56.96 | - |
| YUV | 201.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 189 | 0.09 | 0 | 0.10 | 0.18 | 117 | 0.18 | 0.78 |
| Hex | BE | D1 | BD | 9 | 0 | A | 12 | 75 | 12 | 4E |
| Octal | 276 | 321 | 275 | 11 | 0 | 12 | 22 | 165 | 22 | 116 |
| Binary | 10111110 | 11010001 | 10111101 | 1001 | 0 | 1010 | 10010 | 1110101 | 10010 | 1001110 |
Color Harmonies of #BED1BD
Complementary color
Monochromatic Colors of #BED1BD
Black with #BED1BD
Text Example
Text Example
White with #BED1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1BD; }
p { color: rgb(190,209,189); }
H1.HeaderClassName
{
color: #BED1BD;
}
.AnyTagClassName
{
color: #BED1BD;
}
</style>
background-color css
<style>
a { background-color: #BED1BD; }
a { background-color: rgb(190,209,189); }
div.DivClassName
{
background-color: #BED1BD;
}
.BgClassName
{
background-color: #BED1BD;
}
</style>
border-color css
<style>
span { border-color: #BED1BD; }
span { border-color: rgb(190,209,189); }
td.TdClassName
{
border-color: #BED1BD;
}
.TagClassName
{
border-color: #BED1BD;
}
</style>