Shades of Melrose #BBA6F7
Tints of Melrose #BBA6F7
RGB
CMYK
RGB Variations
Color information
#BBA6F7 (or 0xBBA6F7) is known color: Melrose. HEX triplet: BB, A6 and F7. RGB value is (187,166,247). Sum of RGB (Red+Green+Blue) = 187+166+247=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6F7 is #445908. Grayscale: #B5B5B5. Windows color (decimal): -4479241 or 16230075. OLE color: 16230075.
HSL color Cylindrical-coordinate representation of color #BBA6F7: hue angle of 255.56º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA6F7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 166 | 247 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.03 |
| HSL | 255.56º | 0.84% | 0.81% | - |
| HSV(B) | 255.56º | 0.33% | 0.97% | - |
| XYZ | 50.92 | 44.55 | 93.91 | - |
| YUV | 181.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 247 | 0.24 | 0.33 | 0 | 0.03 | 255.56 | 0.84 | 0.81 |
| Hex | BB | A6 | F7 | 18 | 21 | 0 | 3 | 100 | 54 | 51 |
| Octal | 273 | 246 | 367 | 30 | 41 | 0 | 3 | 400 | 124 | 121 |
| Binary | 10111011 | 10100110 | 11110111 | 11000 | 100001 | 0 | 11 | 100000000 | 1010100 | 1010001 |
Color Harmonies of #BBA6F7
Complementary color
Monochromatic Colors of #BBA6F7
Black with #BBA6F7
Text Example
Text Example
White with #BBA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6F7; }
p { color: rgb(187,166,247); }
H1.HeaderClassName
{
color: #BBA6F7;
}
.AnyTagClassName
{
color: #BBA6F7;
}
</style>
background-color css
<style>
a { background-color: #BBA6F7; }
a { background-color: rgb(187,166,247); }
div.DivClassName
{
background-color: #BBA6F7;
}
.BgClassName
{
background-color: #BBA6F7;
}
</style>
border-color css
<style>
span { border-color: #BBA6F7; }
span { border-color: rgb(187,166,247); }
td.TdClassName
{
border-color: #BBA6F7;
}
.TagClassName
{
border-color: #BBA6F7;
}
</style>