Shades of Melrose #BDA8FF
Tints of Melrose #BDA8FF
RGB
CMYK
RGB Variations
Color information
#BDA8FF (or 0xBDA8FF) is known color: Melrose. HEX triplet: BD, A8 and FF. RGB value is (189,168,255). Sum of RGB (Red+Green+Blue) = 189+168+255=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FF is #425700. Grayscale: #B7B7B7. Windows color (decimal): -4347649 or 16754877. OLE color: 16754877.
HSL color Cylindrical-coordinate representation of color #BDA8FF: hue angle of 254.48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA8FF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 168 | 255 | - |
| CMYK | 0.26 | 0.34 | 0 | 0 |
| HSL | 254.48º | 1% | 0.83% | - |
| HSV(B) | 254.48º | 0.34% | 1% | - |
| XYZ | 53.04 | 46.04 | 100.7 | - |
| YUV | 184.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 255 | 0.26 | 0.34 | 0 | 0 | 254.48 | 1 | 0.83 |
| Hex | BD | A8 | FF | 1A | 22 | 0 | 0 | FE | 64 | 53 |
| Octal | 275 | 250 | 377 | 32 | 42 | 0 | 0 | 376 | 144 | 123 |
| Binary | 10111101 | 10101000 | 11111111 | 11010 | 100010 | 0 | 0 | 11111110 | 1100100 | 1010011 |
Color Harmonies of #BDA8FF
Complementary color
Monochromatic Colors of #BDA8FF
Black with #BDA8FF
Text Example
Text Example
White with #BDA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8FF; }
p { color: rgb(189,168,255); }
H1.HeaderClassName
{
color: #BDA8FF;
}
.AnyTagClassName
{
color: #BDA8FF;
}
</style>
background-color css
<style>
a { background-color: #BDA8FF; }
a { background-color: rgb(189,168,255); }
div.DivClassName
{
background-color: #BDA8FF;
}
.BgClassName
{
background-color: #BDA8FF;
}
</style>
border-color css
<style>
span { border-color: #BDA8FF; }
span { border-color: rgb(189,168,255); }
td.TdClassName
{
border-color: #BDA8FF;
}
.TagClassName
{
border-color: #BDA8FF;
}
</style>