Shades of Paris White #BED2BF
Tints of Paris White #BED2BF
RGB
CMYK
RGB Variations
Color information
#BED2BF (or 0xBED2BF) is known color: Paris White. HEX triplet: BE, D2 and BF. RGB value is (190,210,191). Sum of RGB (Red+Green+Blue) = 190+210+191=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2BF is #412D40. Grayscale: #C9C9C9. Windows color (decimal): -4271425 or 12571326. OLE color: 12571326.
HSL color Cylindrical-coordinate representation of color #BED2BF: hue angle of 123º 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 #BED2BF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 191 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.18 |
| HSL | 123º | 0.18% | 0.78% | - |
| HSV(B) | 123º | 0.1% | 0.82% | - |
| XYZ | 53.69 | 60.8 | 58.2 | - |
| YUV | 201.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 191 | 0.10 | 0 | 0.09 | 0.18 | 123 | 0.18 | 0.78 |
| Hex | BE | D2 | BF | A | 0 | 9 | 12 | 7B | 12 | 4E |
| Octal | 276 | 322 | 277 | 12 | 0 | 11 | 22 | 173 | 22 | 116 |
| Binary | 10111110 | 11010010 | 10111111 | 1010 | 0 | 1001 | 10010 | 1111011 | 10010 | 1001110 |
Color Harmonies of #BED2BF
Complementary color
Monochromatic Colors of #BED2BF
Black with #BED2BF
Text Example
Text Example
White with #BED2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2BF; }
p { color: rgb(190,210,191); }
H1.HeaderClassName
{
color: #BED2BF;
}
.AnyTagClassName
{
color: #BED2BF;
}
</style>
background-color css
<style>
a { background-color: #BED2BF; }
a { background-color: rgb(190,210,191); }
div.DivClassName
{
background-color: #BED2BF;
}
.BgClassName
{
background-color: #BED2BF;
}
</style>
border-color css
<style>
span { border-color: #BED2BF; }
span { border-color: rgb(190,210,191); }
td.TdClassName
{
border-color: #BED2BF;
}
.TagClassName
{
border-color: #BED2BF;
}
</style>