Shades of Melrose #BBA3FF
Tints of Melrose #BBA3FF
RGB
CMYK
RGB Variations
Color information
#BBA3FF (or 0xBBA3FF) is known color: Melrose. HEX triplet: BB, A3 and FF. RGB value is (187,163,255). Sum of RGB (Red+Green+Blue) = 187+163+255=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FF is #445C00. Grayscale: #B4B4B4. Windows color (decimal): -4480001 or 16753595. OLE color: 16753595.
HSL color Cylindrical-coordinate representation of color #BBA3FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA3FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 163 | 255 | - |
| CMYK | 0.27 | 0.36 | 0 | 0 |
| HSL | 255.65º | 1% | 0.82% | - |
| HSV(B) | 255.65º | 0.36% | 1% | - |
| XYZ | 51.64 | 43.98 | 100.37 | - |
| YUV | 180.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 255 | 0.27 | 0.36 | 0 | 0 | 255.65 | 1 | 0.82 |
| Hex | BB | A3 | FF | 1B | 24 | 0 | 0 | 100 | 64 | 52 |
| Octal | 273 | 243 | 377 | 33 | 44 | 0 | 0 | 400 | 144 | 122 |
| Binary | 10111011 | 10100011 | 11111111 | 11011 | 100100 | 0 | 0 | 100000000 | 1100100 | 1010010 |
Color Harmonies of #BBA3FF
Complementary color
Monochromatic Colors of #BBA3FF
Black with #BBA3FF
Text Example
Text Example
White with #BBA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3FF; }
p { color: rgb(187,163,255); }
H1.HeaderClassName
{
color: #BBA3FF;
}
.AnyTagClassName
{
color: #BBA3FF;
}
</style>
background-color css
<style>
a { background-color: #BBA3FF; }
a { background-color: rgb(187,163,255); }
div.DivClassName
{
background-color: #BBA3FF;
}
.BgClassName
{
background-color: #BBA3FF;
}
</style>
border-color css
<style>
span { border-color: #BBA3FF; }
span { border-color: rgb(187,163,255); }
td.TdClassName
{
border-color: #BBA3FF;
}
.TagClassName
{
border-color: #BBA3FF;
}
</style>