Shades of Melrose #BEB6DF
Tints of Melrose #BEB6DF
RGB
CMYK
RGB Variations
Color information
#BEB6DF (or 0xBEB6DF) is known color: Melrose. HEX triplet: BE, B6 and DF. RGB value is (190,182,223). Sum of RGB (Red+Green+Blue) = 190+182+223=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6DF is #414920. Grayscale: #BCBCBC. Windows color (decimal): -4278561 or 14661310. OLE color: 14661310.
HSL color Cylindrical-coordinate representation of color #BEB6DF: hue angle of 251.71º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB6DF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 182 | 223 | - |
CMYK | 0.15 | 0.18 | 0 | 0.13 |
HSL | 251.71º | 0.39% | 0.79% | - |
HSV(B) | 251.71º | 0.18% | 0.87% | - |
XYZ | 51.28 | 49.73 | 76.71 | - |
YUV | 189.07 | 147.15 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 182 | 223 | 0.15 | 0.18 | 0 | 0.13 | 251.71 | 0.39 | 0.79 |
Hex | BE | B6 | DF | F | 12 | 0 | D | FC | 27 | 4F |
Octal | 276 | 266 | 337 | 17 | 22 | 0 | 15 | 374 | 47 | 117 |
Binary | 10111110 | 10110110 | 11011111 | 1111 | 10010 | 0 | 1101 | 11111100 | 100111 | 1001111 |
Color Harmonies of #BEB6DF
Complementary color
Monochromatic Colors of #BEB6DF
Black with #BEB6DF
Text Example
Text Example
White with #BEB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB6DF; }
p { color: rgb(190,182,223); }
H1.HeaderClassName
{
color: #BEB6DF;
}
.AnyTagClassName
{
color: #BEB6DF;
}
</style>
background-color css
<style>
a { background-color: #BEB6DF; }
a { background-color: rgb(190,182,223); }
div.DivClassName
{
background-color: #BEB6DF;
}
.BgClassName
{
background-color: #BEB6DF;
}
</style>
border-color css
<style>
span { border-color: #BEB6DF; }
span { border-color: rgb(190,182,223); }
td.TdClassName
{
border-color: #BEB6DF;
}
.TagClassName
{
border-color: #BEB6DF;
}
</style>