Shades of Paris White #BED7BD
Tints of Paris White #BED7BD
RGB
CMYK
RGB Variations
Color information
#BED7BD (or 0xBED7BD) is known color: Paris White. HEX triplet: BE, D7 and BD. RGB value is (190,215,189). Sum of RGB (Red+Green+Blue) = 190+215+189=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BD is #412842. Grayscale: #CCCCCC. Windows color (decimal): -4270147 or 12441534. OLE color: 12441534.
HSL color Cylindrical-coordinate representation of color #BED7BD: hue angle of 117.69º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 189 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 117.69º | 0.25% | 0.79% | - |
| HSV(B) | 117.69º | 0.12% | 0.84% | - |
| XYZ | 54.72 | 63.22 | 57.46 | - |
| YUV | 204.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 189 | 0.12 | 0 | 0.12 | 0.16 | 117.69 | 0.25 | 0.79 |
| Hex | BE | D7 | BD | C | 0 | C | 10 | 76 | 19 | 4F |
| Octal | 276 | 327 | 275 | 14 | 0 | 14 | 20 | 166 | 31 | 117 |
| Binary | 10111110 | 11010111 | 10111101 | 1100 | 0 | 1100 | 10000 | 1110110 | 11001 | 1001111 |
Color Harmonies of #BED7BD
Complementary color
Monochromatic Colors of #BED7BD
Black with #BED7BD
Text Example
Text Example
White with #BED7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7BD; }
p { color: rgb(190,215,189); }
H1.HeaderClassName
{
color: #BED7BD;
}
.AnyTagClassName
{
color: #BED7BD;
}
</style>
background-color css
<style>
a { background-color: #BED7BD; }
a { background-color: rgb(190,215,189); }
div.DivClassName
{
background-color: #BED7BD;
}
.BgClassName
{
background-color: #BED7BD;
}
</style>
border-color css
<style>
span { border-color: #BED7BD; }
span { border-color: rgb(190,215,189); }
td.TdClassName
{
border-color: #BED7BD;
}
.TagClassName
{
border-color: #BED7BD;
}
</style>