Shades of Melrose #BDB7EE
Tints of Melrose #BDB7EE
RGB
CMYK
RGB Variations
Color information
#BDB7EE (or 0xBDB7EE) is known color: Melrose. HEX triplet: BD, B7 and EE. RGB value is (189,183,238). Sum of RGB (Red+Green+Blue) = 189+183+238=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EE is #424811. Grayscale: #BEBEBE. Windows color (decimal): -4343826 or 15644605. OLE color: 15644605.
HSL color Cylindrical-coordinate representation of color #BDB7EE: hue angle of 246.55º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB7EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 183 | 238 | - |
CMYK | 0.21 | 0.23 | 0 | 0.07 |
HSL | 246.55º | 0.62% | 0.83% | - |
HSV(B) | 246.55º | 0.23% | 0.93% | - |
XYZ | 53.35 | 50.86 | 87.89 | - |
YUV | 191.06 | 154.49 | 126.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 183 | 238 | 0.21 | 0.23 | 0 | 0.07 | 246.55 | 0.62 | 0.83 |
Hex | BD | B7 | EE | 15 | 17 | 0 | 7 | F7 | 3E | 53 |
Octal | 275 | 267 | 356 | 25 | 27 | 0 | 7 | 367 | 76 | 123 |
Binary | 10111101 | 10110111 | 11101110 | 10101 | 10111 | 0 | 111 | 11110111 | 111110 | 1010011 |
Color Harmonies of #BDB7EE
Complementary color
Monochromatic Colors of #BDB7EE
Black with #BDB7EE
Text Example
Text Example
White with #BDB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7EE; }
p { color: rgb(189,183,238); }
H1.HeaderClassName
{
color: #BDB7EE;
}
.AnyTagClassName
{
color: #BDB7EE;
}
</style>
background-color css
<style>
a { background-color: #BDB7EE; }
a { background-color: rgb(189,183,238); }
div.DivClassName
{
background-color: #BDB7EE;
}
.BgClassName
{
background-color: #BDB7EE;
}
</style>
border-color css
<style>
span { border-color: #BDB7EE; }
span { border-color: rgb(189,183,238); }
td.TdClassName
{
border-color: #BDB7EE;
}
.TagClassName
{
border-color: #BDB7EE;
}
</style>