Shades of Melrose #BBA2FE
Tints of Melrose #BBA2FE
RGB
CMYK
RGB Variations
Color information
#BBA2FE (or 0xBBA2FE) is known color: Melrose. HEX triplet: BB, A2 and FE. RGB value is (187,162,254). Sum of RGB (Red+Green+Blue) = 187+162+254=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2FE is #445D01. Grayscale: #B3B3B3. Windows color (decimal): -4480258 or 16687803. OLE color: 16687803.
HSL color Cylindrical-coordinate representation of color #BBA2FE: hue angle of 256.3º 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 #BBA2FE is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 162 | 254 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.00 |
| HSL | 256.3º | 0.98% | 0.82% | - |
| HSV(B) | 256.3º | 0.36% | 1% | - |
| XYZ | 51.3 | 43.56 | 99.47 | - |
| YUV | 179.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 254 | 0.26 | 0.36 | 0 | 0.00 | 256.3 | 0.98 | 0.82 |
| Hex | BB | A2 | FE | 1A | 24 | 0 | 0 | 100 | 62 | 52 |
| Octal | 273 | 242 | 376 | 32 | 44 | 0 | 0 | 400 | 142 | 122 |
| Binary | 10111011 | 10100010 | 11111110 | 11010 | 100100 | 0 | 0 | 100000000 | 1100010 | 1010010 |
Color Harmonies of #BBA2FE
Complementary color
Monochromatic Colors of #BBA2FE
Black with #BBA2FE
Text Example
Text Example
White with #BBA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2FE; }
p { color: rgb(187,162,254); }
H1.HeaderClassName
{
color: #BBA2FE;
}
.AnyTagClassName
{
color: #BBA2FE;
}
</style>
background-color css
<style>
a { background-color: #BBA2FE; }
a { background-color: rgb(187,162,254); }
div.DivClassName
{
background-color: #BBA2FE;
}
.BgClassName
{
background-color: #BBA2FE;
}
</style>
border-color css
<style>
span { border-color: #BBA2FE; }
span { border-color: rgb(187,162,254); }
td.TdClassName
{
border-color: #BBA2FE;
}
.TagClassName
{
border-color: #BBA2FE;
}
</style>