Shades of Melrose #BDABEE
Tints of Melrose #BDABEE
RGB
CMYK
RGB Variations
Color information
#BDABEE (or 0xBDABEE) is known color: Melrose. HEX triplet: BD, AB and EE. RGB value is (189,171,238). Sum of RGB (Red+Green+Blue) = 189+171+238=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEE is #425411. Grayscale: #B7B7B7. Windows color (decimal): -4346898 or 15641533. OLE color: 15641533.
HSL color Cylindrical-coordinate representation of color #BDABEE: hue angle of 256.12º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDABEE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 171 | 238 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.07 |
| HSL | 256.12º | 0.66% | 0.8% | - |
| HSV(B) | 256.12º | 0.28% | 0.93% | - |
| XYZ | 50.98 | 46.12 | 87.1 | - |
| YUV | 184.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 238 | 0.21 | 0.28 | 0 | 0.07 | 256.12 | 0.66 | 0.8 |
| Hex | BD | AB | EE | 15 | 1C | 0 | 7 | 100 | 42 | 50 |
| Octal | 275 | 253 | 356 | 25 | 34 | 0 | 7 | 400 | 102 | 120 |
| Binary | 10111101 | 10101011 | 11101110 | 10101 | 11100 | 0 | 111 | 100000000 | 1000010 | 1010000 |
Color Harmonies of #BDABEE
Complementary color
Monochromatic Colors of #BDABEE
Black with #BDABEE
Text Example
Text Example
White with #BDABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABEE; }
p { color: rgb(189,171,238); }
H1.HeaderClassName
{
color: #BDABEE;
}
.AnyTagClassName
{
color: #BDABEE;
}
</style>
background-color css
<style>
a { background-color: #BDABEE; }
a { background-color: rgb(189,171,238); }
div.DivClassName
{
background-color: #BDABEE;
}
.BgClassName
{
background-color: #BDABEE;
}
</style>
border-color css
<style>
span { border-color: #BDABEE; }
span { border-color: rgb(189,171,238); }
td.TdClassName
{
border-color: #BDABEE;
}
.TagClassName
{
border-color: #BDABEE;
}
</style>