Shades of Melrose #BBA3FE
Tints of Melrose #BBA3FE
RGB
CMYK
RGB Variations
Color information
#BBA3FE (or 0xBBA3FE) is known color: Melrose. HEX triplet: BB, A3 and FE. RGB value is (187,163,254). Sum of RGB (Red+Green+Blue) = 187+163+254=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FE is #445C01. Grayscale: #B4B4B4. Windows color (decimal): -4480002 or 16688059. OLE color: 16688059.
HSL color Cylindrical-coordinate representation of color #BBA3FE: hue angle of 255.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA3FE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 163 | 254 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.00 |
| HSL | 255.82º | 0.98% | 0.82% | - |
| HSV(B) | 255.82º | 0.36% | 1% | - |
| XYZ | 51.48 | 43.91 | 99.53 | - |
| YUV | 180.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 254 | 0.26 | 0.36 | 0 | 0.00 | 255.82 | 0.98 | 0.82 |
| Hex | BB | A3 | FE | 1A | 24 | 0 | 0 | 100 | 62 | 52 |
| Octal | 273 | 243 | 376 | 32 | 44 | 0 | 0 | 400 | 142 | 122 |
| Binary | 10111011 | 10100011 | 11111110 | 11010 | 100100 | 0 | 0 | 100000000 | 1100010 | 1010010 |
Color Harmonies of #BBA3FE
Complementary color
Monochromatic Colors of #BBA3FE
Black with #BBA3FE
Text Example
Text Example
White with #BBA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3FE; }
p { color: rgb(187,163,254); }
H1.HeaderClassName
{
color: #BBA3FE;
}
.AnyTagClassName
{
color: #BBA3FE;
}
</style>
background-color css
<style>
a { background-color: #BBA3FE; }
a { background-color: rgb(187,163,254); }
div.DivClassName
{
background-color: #BBA3FE;
}
.BgClassName
{
background-color: #BBA3FE;
}
</style>
border-color css
<style>
span { border-color: #BBA3FE; }
span { border-color: rgb(187,163,254); }
td.TdClassName
{
border-color: #BBA3FE;
}
.TagClassName
{
border-color: #BBA3FE;
}
</style>