Shades of Melrose #BBA8F7
Tints of Melrose #BBA8F7
RGB
CMYK
RGB Variations
Color information
#BBA8F7 (or 0xBBA8F7) is known color: Melrose. HEX triplet: BB, A8 and F7. RGB value is (187,168,247). Sum of RGB (Red+Green+Blue) = 187+168+247=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBA8F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8F7 is #445708. Grayscale: #B6B6B6. Windows color (decimal): -4478729 or 16230587. OLE color: 16230587.
HSL color Cylindrical-coordinate representation of color #BBA8F7: hue angle of 254.43º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA8F7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 168 | 247 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.03 |
| HSL | 254.43º | 0.83% | 0.81% | - |
| HSV(B) | 254.43º | 0.32% | 0.97% | - |
| XYZ | 51.28 | 45.29 | 94.03 | - |
| YUV | 182.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 247 | 0.24 | 0.32 | 0 | 0.03 | 254.43 | 0.83 | 0.81 |
| Hex | BB | A8 | F7 | 18 | 20 | 0 | 3 | FE | 53 | 51 |
| Octal | 273 | 250 | 367 | 30 | 40 | 0 | 3 | 376 | 123 | 121 |
| Binary | 10111011 | 10101000 | 11110111 | 11000 | 100000 | 0 | 11 | 11111110 | 1010011 | 1010001 |
Color Harmonies of #BBA8F7
Complementary color
Monochromatic Colors of #BBA8F7
Black with #BBA8F7
Text Example
Text Example
White with #BBA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8F7; }
p { color: rgb(187,168,247); }
H1.HeaderClassName
{
color: #BBA8F7;
}
.AnyTagClassName
{
color: #BBA8F7;
}
</style>
background-color css
<style>
a { background-color: #BBA8F7; }
a { background-color: rgb(187,168,247); }
div.DivClassName
{
background-color: #BBA8F7;
}
.BgClassName
{
background-color: #BBA8F7;
}
</style>
border-color css
<style>
span { border-color: #BBA8F7; }
span { border-color: rgb(187,168,247); }
td.TdClassName
{
border-color: #BBA8F7;
}
.TagClassName
{
border-color: #BBA8F7;
}
</style>