Shades of Melrose #BBA4FA
Tints of Melrose #BBA4FA
RGB
CMYK
RGB Variations
Color information
#BBA4FA (or 0xBBA4FA) is known color: Melrose. HEX triplet: BB, A4 and FA. RGB value is (187,164,250). Sum of RGB (Red+Green+Blue) = 187+164+250=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4FA is #445B05. Grayscale: #B4B4B4. Windows color (decimal): -4479750 or 16426171. OLE color: 16426171.
HSL color Cylindrical-coordinate representation of color #BBA4FA: hue angle of 256.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA4FA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 164 | 250 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.02 |
| HSL | 256.05º | 0.9% | 0.81% | - |
| HSV(B) | 256.05º | 0.34% | 0.98% | - |
| XYZ | 51.02 | 44.02 | 96.25 | - |
| YUV | 180.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 250 | 0.25 | 0.34 | 0 | 0.02 | 256.05 | 0.9 | 0.81 |
| Hex | BB | A4 | FA | 19 | 22 | 0 | 2 | 100 | 5A | 51 |
| Octal | 273 | 244 | 372 | 31 | 42 | 0 | 2 | 400 | 132 | 121 |
| Binary | 10111011 | 10100100 | 11111010 | 11001 | 100010 | 0 | 10 | 100000000 | 1011010 | 1010001 |
Color Harmonies of #BBA4FA
Complementary color
Monochromatic Colors of #BBA4FA
Black with #BBA4FA
Text Example
Text Example
White with #BBA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4FA; }
p { color: rgb(187,164,250); }
H1.HeaderClassName
{
color: #BBA4FA;
}
.AnyTagClassName
{
color: #BBA4FA;
}
</style>
background-color css
<style>
a { background-color: #BBA4FA; }
a { background-color: rgb(187,164,250); }
div.DivClassName
{
background-color: #BBA4FA;
}
.BgClassName
{
background-color: #BBA4FA;
}
</style>
border-color css
<style>
span { border-color: #BBA4FA; }
span { border-color: rgb(187,164,250); }
td.TdClassName
{
border-color: #BBA4FA;
}
.TagClassName
{
border-color: #BBA4FA;
}
</style>