Shades of Paris White #BED0BE
Tints of Paris White #BED0BE
RGB
CMYK
RGB Variations
Color information
#BED0BE (or 0xBED0BE) is known color: Paris White. HEX triplet: BE, D0 and BE. RGB value is (190,208,190). Sum of RGB (Red+Green+Blue) = 190+208+190=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0BE is #412F41. Grayscale: #C8C8C8. Windows color (decimal): -4271938 or 12505278. OLE color: 12505278.
HSL color Cylindrical-coordinate representation of color #BED0BE: hue angle of 120º degrees, saturation: 0.16, 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 #BED0BE is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 190 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.18 |
| HSL | 120º | 0.16% | 0.78% | - |
| HSV(B) | 120º | 0.09% | 0.82% | - |
| XYZ | 53.09 | 59.78 | 57.46 | - |
| YUV | 200.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 190 | 0.09 | 0 | 0.09 | 0.18 | 120 | 0.16 | 0.78 |
| Hex | BE | D0 | BE | 9 | 0 | 9 | 12 | 78 | 10 | 4E |
| Octal | 276 | 320 | 276 | 11 | 0 | 11 | 22 | 170 | 20 | 116 |
| Binary | 10111110 | 11010000 | 10111110 | 1001 | 0 | 1001 | 10010 | 1111000 | 10000 | 1001110 |
Color Harmonies of #BED0BE
Complementary color
Monochromatic Colors of #BED0BE
Black with #BED0BE
Text Example
Text Example
White with #BED0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0BE; }
p { color: rgb(190,208,190); }
H1.HeaderClassName
{
color: #BED0BE;
}
.AnyTagClassName
{
color: #BED0BE;
}
</style>
background-color css
<style>
a { background-color: #BED0BE; }
a { background-color: rgb(190,208,190); }
div.DivClassName
{
background-color: #BED0BE;
}
.BgClassName
{
background-color: #BED0BE;
}
</style>
border-color css
<style>
span { border-color: #BED0BE; }
span { border-color: rgb(190,208,190); }
td.TdClassName
{
border-color: #BED0BE;
}
.TagClassName
{
border-color: #BED0BE;
}
</style>