Shades of Melrose #BBA5FE
Tints of Melrose #BBA5FE
RGB
CMYK
RGB Variations
Color information
#BBA5FE (or 0xBBA5FE) is known color: Melrose. HEX triplet: BB, A5 and FE. RGB value is (187,165,254). Sum of RGB (Red+Green+Blue) = 187+165+254=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5FE is #445A01. Grayscale: #B5B5B5. Windows color (decimal): -4479490 or 16688571. OLE color: 16688571.
HSL color Cylindrical-coordinate representation of color #BBA5FE: hue angle of 254.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA5FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 165 | 254 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.00 |
| HSL | 254.83º | 0.98% | 0.82% | - |
| HSV(B) | 254.83º | 0.35% | 1% | - |
| XYZ | 51.84 | 44.63 | 99.65 | - |
| YUV | 181.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 254 | 0.26 | 0.35 | 0 | 0.00 | 254.83 | 0.98 | 0.82 |
| Hex | BB | A5 | FE | 1A | 23 | 0 | 0 | FF | 62 | 52 |
| Octal | 273 | 245 | 376 | 32 | 43 | 0 | 0 | 377 | 142 | 122 |
| Binary | 10111011 | 10100101 | 11111110 | 11010 | 100011 | 0 | 0 | 11111111 | 1100010 | 1010010 |
Color Harmonies of #BBA5FE
Complementary color
Monochromatic Colors of #BBA5FE
Black with #BBA5FE
Text Example
Text Example
White with #BBA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5FE; }
p { color: rgb(187,165,254); }
H1.HeaderClassName
{
color: #BBA5FE;
}
.AnyTagClassName
{
color: #BBA5FE;
}
</style>
background-color css
<style>
a { background-color: #BBA5FE; }
a { background-color: rgb(187,165,254); }
div.DivClassName
{
background-color: #BBA5FE;
}
.BgClassName
{
background-color: #BBA5FE;
}
</style>
border-color css
<style>
span { border-color: #BBA5FE; }
span { border-color: rgb(187,165,254); }
td.TdClassName
{
border-color: #BBA5FE;
}
.TagClassName
{
border-color: #BBA5FE;
}
</style>