Shades of Melrose #BDB0EA
Tints of Melrose #BDB0EA
RGB
CMYK
RGB Variations
Color information
#BDB0EA (or 0xBDB0EA) is known color: Melrose. HEX triplet: BD, B0 and EA. RGB value is (189,176,234). Sum of RGB (Red+Green+Blue) = 189+176+234=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0EA is #424F15. Grayscale: #BABABA. Windows color (decimal): -4345622 or 15380669. OLE color: 15380669.
HSL color Cylindrical-coordinate representation of color #BDB0EA: hue angle of 253.45º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB0EA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 176 | 234 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.08 |
| HSL | 253.45º | 0.58% | 0.8% | - |
| HSV(B) | 253.45º | 0.25% | 0.92% | - |
| XYZ | 51.36 | 47.81 | 84.36 | - |
| YUV | 186.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 234 | 0.19 | 0.25 | 0 | 0.08 | 253.45 | 0.58 | 0.8 |
| Hex | BD | B0 | EA | 13 | 19 | 0 | 8 | FD | 3A | 50 |
| Octal | 275 | 260 | 352 | 23 | 31 | 0 | 10 | 375 | 72 | 120 |
| Binary | 10111101 | 10110000 | 11101010 | 10011 | 11001 | 0 | 1000 | 11111101 | 111010 | 1010000 |
Color Harmonies of #BDB0EA
Complementary color
Monochromatic Colors of #BDB0EA
Black with #BDB0EA
Text Example
Text Example
White with #BDB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0EA; }
p { color: rgb(189,176,234); }
H1.HeaderClassName
{
color: #BDB0EA;
}
.AnyTagClassName
{
color: #BDB0EA;
}
</style>
background-color css
<style>
a { background-color: #BDB0EA; }
a { background-color: rgb(189,176,234); }
div.DivClassName
{
background-color: #BDB0EA;
}
.BgClassName
{
background-color: #BDB0EA;
}
</style>
border-color css
<style>
span { border-color: #BDB0EA; }
span { border-color: rgb(189,176,234); }
td.TdClassName
{
border-color: #BDB0EA;
}
.TagClassName
{
border-color: #BDB0EA;
}
</style>