Shades of Melrose #BDB1EA
Tints of Melrose #BDB1EA
RGB
CMYK
RGB Variations
Color information
#BDB1EA (or 0xBDB1EA) is known color: Melrose. HEX triplet: BD, B1 and EA. RGB value is (189,177,234). Sum of RGB (Red+Green+Blue) = 189+177+234=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1EA is #424E15. Grayscale: #BABABA. Windows color (decimal): -4345366 or 15380925. OLE color: 15380925.
HSL color Cylindrical-coordinate representation of color #BDB1EA: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB1EA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 177 | 234 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.08 |
| HSL | 252.63º | 0.58% | 0.81% | - |
| HSV(B) | 252.63º | 0.24% | 0.92% | - |
| XYZ | 51.56 | 48.2 | 84.43 | - |
| YUV | 187.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 234 | 0.19 | 0.24 | 0 | 0.08 | 252.63 | 0.58 | 0.81 |
| Hex | BD | B1 | EA | 13 | 18 | 0 | 8 | FD | 3A | 51 |
| Octal | 275 | 261 | 352 | 23 | 30 | 0 | 10 | 375 | 72 | 121 |
| Binary | 10111101 | 10110001 | 11101010 | 10011 | 11000 | 0 | 1000 | 11111101 | 111010 | 1010001 |
Color Harmonies of #BDB1EA
Complementary color
Monochromatic Colors of #BDB1EA
Black with #BDB1EA
Text Example
Text Example
White with #BDB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1EA; }
p { color: rgb(189,177,234); }
H1.HeaderClassName
{
color: #BDB1EA;
}
.AnyTagClassName
{
color: #BDB1EA;
}
</style>
background-color css
<style>
a { background-color: #BDB1EA; }
a { background-color: rgb(189,177,234); }
div.DivClassName
{
background-color: #BDB1EA;
}
.BgClassName
{
background-color: #BDB1EA;
}
</style>
border-color css
<style>
span { border-color: #BDB1EA; }
span { border-color: rgb(189,177,234); }
td.TdClassName
{
border-color: #BDB1EA;
}
.TagClassName
{
border-color: #BDB1EA;
}
</style>