Shades of Paris White #BED0BD
Tints of Paris White #BED0BD
RGB
CMYK
RGB Variations
Color information
#BED0BD (or 0xBED0BD) is known color: Paris White. HEX triplet: BE, D0 and BD. RGB value is (190,208,189). Sum of RGB (Red+Green+Blue) = 190+208+189=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0BD is #412F42. Grayscale: #C8C8C8. Windows color (decimal): -4271939 or 12439742. OLE color: 12439742.
HSL color Cylindrical-coordinate representation of color #BED0BD: hue angle of 116.84º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED0BD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 189 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.18 |
| HSL | 116.84º | 0.17% | 0.78% | - |
| HSV(B) | 116.84º | 0.09% | 0.82% | - |
| XYZ | 52.98 | 59.73 | 56.88 | - |
| YUV | 200.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 189 | 0.09 | 0 | 0.09 | 0.18 | 116.84 | 0.17 | 0.78 |
| Hex | BE | D0 | BD | 9 | 0 | 9 | 12 | 75 | 11 | 4E |
| Octal | 276 | 320 | 275 | 11 | 0 | 11 | 22 | 165 | 21 | 116 |
| Binary | 10111110 | 11010000 | 10111101 | 1001 | 0 | 1001 | 10010 | 1110101 | 10001 | 1001110 |
Color Harmonies of #BED0BD
Complementary color
Monochromatic Colors of #BED0BD
Black with #BED0BD
Text Example
Text Example
White with #BED0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0BD; }
p { color: rgb(190,208,189); }
H1.HeaderClassName
{
color: #BED0BD;
}
.AnyTagClassName
{
color: #BED0BD;
}
</style>
background-color css
<style>
a { background-color: #BED0BD; }
a { background-color: rgb(190,208,189); }
div.DivClassName
{
background-color: #BED0BD;
}
.BgClassName
{
background-color: #BED0BD;
}
</style>
border-color css
<style>
span { border-color: #BED0BD; }
span { border-color: rgb(190,208,189); }
td.TdClassName
{
border-color: #BED0BD;
}
.TagClassName
{
border-color: #BED0BD;
}
</style>