Shades of Melrose #BDA8FA
Tints of Melrose #BDA8FA
RGB
CMYK
RGB Variations
Color information
#BDA8FA (or 0xBDA8FA) is known color: Melrose. HEX triplet: BD, A8 and FA. RGB value is (189,168,250). Sum of RGB (Red+Green+Blue) = 189+168+250=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FA is #425705. Grayscale: #B7B7B7. Windows color (decimal): -4347654 or 16427197. OLE color: 16427197.
HSL color Cylindrical-coordinate representation of color #BDA8FA: hue angle of 255.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA8FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 168 | 250 | - |
CMYK | 0.24 | 0.33 | 0 | 0.02 |
HSL | 255.37º | 0.89% | 0.82% | - |
HSV(B) | 255.37º | 0.33% | 0.98% | - |
XYZ | 52.24 | 45.73 | 96.51 | - |
YUV | 183.63 | 165.46 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 168 | 250 | 0.24 | 0.33 | 0 | 0.02 | 255.37 | 0.89 | 0.82 |
Hex | BD | A8 | FA | 18 | 21 | 0 | 2 | FF | 59 | 52 |
Octal | 275 | 250 | 372 | 30 | 41 | 0 | 2 | 377 | 131 | 122 |
Binary | 10111101 | 10101000 | 11111010 | 11000 | 100001 | 0 | 10 | 11111111 | 1011001 | 1010010 |
Color Harmonies of #BDA8FA
Complementary color
Monochromatic Colors of #BDA8FA
Black with #BDA8FA
Text Example
Text Example
White with #BDA8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8FA; }
p { color: rgb(189,168,250); }
H1.HeaderClassName
{
color: #BDA8FA;
}
.AnyTagClassName
{
color: #BDA8FA;
}
</style>
background-color css
<style>
a { background-color: #BDA8FA; }
a { background-color: rgb(189,168,250); }
div.DivClassName
{
background-color: #BDA8FA;
}
.BgClassName
{
background-color: #BDA8FA;
}
</style>
border-color css
<style>
span { border-color: #BDA8FA; }
span { border-color: rgb(189,168,250); }
td.TdClassName
{
border-color: #BDA8FA;
}
.TagClassName
{
border-color: #BDA8FA;
}
</style>