Shades of Melrose #BDB0EF
Tints of Melrose #BDB0EF
RGB
CMYK
RGB Variations
Color information
#BDB0EF (or 0xBDB0EF) is known color: Melrose. HEX triplet: BD, B0 and EF. RGB value is (189,176,239). Sum of RGB (Red+Green+Blue) = 189+176+239=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0EF is #424F10. Grayscale: #BABABA. Windows color (decimal): -4345617 or 15708349. OLE color: 15708349.
HSL color Cylindrical-coordinate representation of color #BDB0EF: hue angle of 252.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB0EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 176 | 239 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.06 |
| HSL | 252.38º | 0.66% | 0.81% | - |
| HSV(B) | 252.38º | 0.26% | 0.94% | - |
| XYZ | 52.09 | 48.1 | 88.2 | - |
| YUV | 187.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 239 | 0.21 | 0.26 | 0 | 0.06 | 252.38 | 0.66 | 0.81 |
| Hex | BD | B0 | EF | 15 | 1A | 0 | 6 | FC | 42 | 51 |
| Octal | 275 | 260 | 357 | 25 | 32 | 0 | 6 | 374 | 102 | 121 |
| Binary | 10111101 | 10110000 | 11101111 | 10101 | 11010 | 0 | 110 | 11111100 | 1000010 | 1010001 |
Color Harmonies of #BDB0EF
Complementary color
Monochromatic Colors of #BDB0EF
Black with #BDB0EF
Text Example
Text Example
White with #BDB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0EF; }
p { color: rgb(189,176,239); }
H1.HeaderClassName
{
color: #BDB0EF;
}
.AnyTagClassName
{
color: #BDB0EF;
}
</style>
background-color css
<style>
a { background-color: #BDB0EF; }
a { background-color: rgb(189,176,239); }
div.DivClassName
{
background-color: #BDB0EF;
}
.BgClassName
{
background-color: #BDB0EF;
}
</style>
border-color css
<style>
span { border-color: #BDB0EF; }
span { border-color: rgb(189,176,239); }
td.TdClassName
{
border-color: #BDB0EF;
}
.TagClassName
{
border-color: #BDB0EF;
}
</style>