Shades of Melrose #BBA4FE
Tints of Melrose #BBA4FE
RGB
CMYK
RGB Variations
Color information
#BBA4FE (or 0xBBA4FE) is known color: Melrose. HEX triplet: BB, A4 and FE. RGB value is (187,164,254). Sum of RGB (Red+Green+Blue) = 187+164+254=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FE is #445B01. Grayscale: #B4B4B4. Windows color (decimal): -4479746 or 16688315. OLE color: 16688315.
HSL color Cylindrical-coordinate representation of color #BBA4FE: hue angle of 255.33º 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 #BBA4FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 164 | 254 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.00 |
| HSL | 255.33º | 0.98% | 0.82% | - |
| HSV(B) | 255.33º | 0.35% | 1% | - |
| XYZ | 51.66 | 44.27 | 99.59 | - |
| YUV | 181.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 254 | 0.26 | 0.35 | 0 | 0.00 | 255.33 | 0.98 | 0.82 |
| Hex | BB | A4 | FE | 1A | 23 | 0 | 0 | FF | 62 | 52 |
| Octal | 273 | 244 | 376 | 32 | 43 | 0 | 0 | 377 | 142 | 122 |
| Binary | 10111011 | 10100100 | 11111110 | 11010 | 100011 | 0 | 0 | 11111111 | 1100010 | 1010010 |
Color Harmonies of #BBA4FE
Complementary color
Monochromatic Colors of #BBA4FE
Black with #BBA4FE
Text Example
Text Example
White with #BBA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4FE; }
p { color: rgb(187,164,254); }
H1.HeaderClassName
{
color: #BBA4FE;
}
.AnyTagClassName
{
color: #BBA4FE;
}
</style>
background-color css
<style>
a { background-color: #BBA4FE; }
a { background-color: rgb(187,164,254); }
div.DivClassName
{
background-color: #BBA4FE;
}
.BgClassName
{
background-color: #BBA4FE;
}
</style>
border-color css
<style>
span { border-color: #BBA4FE; }
span { border-color: rgb(187,164,254); }
td.TdClassName
{
border-color: #BBA4FE;
}
.TagClassName
{
border-color: #BBA4FE;
}
</style>