Shades of Melrose #BBA7F5
Tints of Melrose #BBA7F5
RGB
CMYK
RGB Variations
Color information
#BBA7F5 (or 0xBBA7F5) is known color: Melrose. HEX triplet: BB, A7 and F5. RGB value is (187,167,245). Sum of RGB (Red+Green+Blue) = 187+167+245=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBA7F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F5 is #44580A. Grayscale: #B5B5B5. Windows color (decimal): -4478987 or 16099259. OLE color: 16099259.
HSL color Cylindrical-coordinate representation of color #BBA7F5: hue angle of 255.38º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA7F5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 167 | 245 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.04 |
| HSL | 255.38º | 0.8% | 0.81% | - |
| HSV(B) | 255.38º | 0.32% | 0.96% | - |
| XYZ | 50.79 | 44.79 | 92.36 | - |
| YUV | 181.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 245 | 0.24 | 0.32 | 0 | 0.04 | 255.38 | 0.8 | 0.81 |
| Hex | BB | A7 | F5 | 18 | 20 | 0 | 4 | FF | 50 | 51 |
| Octal | 273 | 247 | 365 | 30 | 40 | 0 | 4 | 377 | 120 | 121 |
| Binary | 10111011 | 10100111 | 11110101 | 11000 | 100000 | 0 | 100 | 11111111 | 1010000 | 1010001 |
Color Harmonies of #BBA7F5
Complementary color
Monochromatic Colors of #BBA7F5
Black with #BBA7F5
Text Example
Text Example
White with #BBA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7F5; }
p { color: rgb(187,167,245); }
H1.HeaderClassName
{
color: #BBA7F5;
}
.AnyTagClassName
{
color: #BBA7F5;
}
</style>
background-color css
<style>
a { background-color: #BBA7F5; }
a { background-color: rgb(187,167,245); }
div.DivClassName
{
background-color: #BBA7F5;
}
.BgClassName
{
background-color: #BBA7F5;
}
</style>
border-color css
<style>
span { border-color: #BBA7F5; }
span { border-color: rgb(187,167,245); }
td.TdClassName
{
border-color: #BBA7F5;
}
.TagClassName
{
border-color: #BBA7F5;
}
</style>