Shades of Melrose #BAA7FD
Tints of Melrose #BAA7FD
RGB
CMYK
RGB Variations
Color information
#BAA7FD (or 0xBAA7FD) is known color: Melrose. HEX triplet: BA, A7 and FD. RGB value is (186,167,253). Sum of RGB (Red+Green+Blue) = 186+167+253=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7FD is #455802. Grayscale: #B6B6B6. Windows color (decimal): -4544515 or 16623546. OLE color: 16623546.
HSL color Cylindrical-coordinate representation of color #BAA7FD: hue angle of 253.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA7FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 186 | 167 | 253 | - |
CMYK | 0.26 | 0.34 | 0 | 0.01 |
HSL | 253.26º | 0.96% | 0.82% | - |
HSV(B) | 253.26º | 0.34% | 0.99% | - |
XYZ | 51.8 | 45.17 | 98.92 | - |
YUV | 182.49 | 167.79 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 167 | 253 | 0.26 | 0.34 | 0 | 0.01 | 253.26 | 0.96 | 0.82 |
Hex | BA | A7 | FD | 1A | 22 | 0 | 1 | FD | 60 | 52 |
Octal | 272 | 247 | 375 | 32 | 42 | 0 | 1 | 375 | 140 | 122 |
Binary | 10111010 | 10100111 | 11111101 | 11010 | 100010 | 0 | 1 | 11111101 | 1100000 | 1010010 |
Color Harmonies of #BAA7FD
Complementary color
Monochromatic Colors of #BAA7FD
Black with #BAA7FD
Text Example
Text Example
White with #BAA7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7FD; }
p { color: rgb(186,167,253); }
H1.HeaderClassName
{
color: #BAA7FD;
}
.AnyTagClassName
{
color: #BAA7FD;
}
</style>
background-color css
<style>
a { background-color: #BAA7FD; }
a { background-color: rgb(186,167,253); }
div.DivClassName
{
background-color: #BAA7FD;
}
.BgClassName
{
background-color: #BAA7FD;
}
</style>
border-color css
<style>
span { border-color: #BAA7FD; }
span { border-color: rgb(186,167,253); }
td.TdClassName
{
border-color: #BAA7FD;
}
.TagClassName
{
border-color: #BAA7FD;
}
</style>