Shades of Melrose #BDB5EA
Tints of Melrose #BDB5EA
RGB
CMYK
RGB Variations
Color information
#BDB5EA (or 0xBDB5EA) is known color: Melrose. HEX triplet: BD, B5 and EA. RGB value is (189,181,234). Sum of RGB (Red+Green+Blue) = 189+181+234=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5EA is #424A15. Grayscale: #BDBDBD. Windows color (decimal): -4344342 or 15381949. OLE color: 15381949.
HSL color Cylindrical-coordinate representation of color #BDB5EA: hue angle of 249.06º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB5EA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 181 | 234 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.08 |
| HSL | 249.06º | 0.56% | 0.81% | - |
| HSV(B) | 249.06º | 0.23% | 0.92% | - |
| XYZ | 52.36 | 49.81 | 84.7 | - |
| YUV | 189.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 234 | 0.19 | 0.23 | 0 | 0.08 | 249.06 | 0.56 | 0.81 |
| Hex | BD | B5 | EA | 13 | 17 | 0 | 8 | F9 | 38 | 51 |
| Octal | 275 | 265 | 352 | 23 | 27 | 0 | 10 | 371 | 70 | 121 |
| Binary | 10111101 | 10110101 | 11101010 | 10011 | 10111 | 0 | 1000 | 11111001 | 111000 | 1010001 |
Color Harmonies of #BDB5EA
Complementary color
Monochromatic Colors of #BDB5EA
Black with #BDB5EA
Text Example
Text Example
White with #BDB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5EA; }
p { color: rgb(189,181,234); }
H1.HeaderClassName
{
color: #BDB5EA;
}
.AnyTagClassName
{
color: #BDB5EA;
}
</style>
background-color css
<style>
a { background-color: #BDB5EA; }
a { background-color: rgb(189,181,234); }
div.DivClassName
{
background-color: #BDB5EA;
}
.BgClassName
{
background-color: #BDB5EA;
}
</style>
border-color css
<style>
span { border-color: #BDB5EA; }
span { border-color: rgb(189,181,234); }
td.TdClassName
{
border-color: #BDB5EA;
}
.TagClassName
{
border-color: #BDB5EA;
}
</style>