Shades of Melrose #BBA3FB
Tints of Melrose #BBA3FB
RGB
CMYK
RGB Variations
Color information
#BBA3FB (or 0xBBA3FB) is known color: Melrose. HEX triplet: BB, A3 and FB. RGB value is (187,163,251). Sum of RGB (Red+Green+Blue) = 187+163+251=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FB is #445C04. Grayscale: #B3B3B3. Windows color (decimal): -4480005 or 16491451. OLE color: 16491451.
HSL color Cylindrical-coordinate representation of color #BBA3FB: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA3FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 163 | 251 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 256.36º | 0.92% | 0.81% | - |
| HSV(B) | 256.36º | 0.35% | 0.98% | - |
| XYZ | 51 | 43.72 | 97.02 | - |
| YUV | 180.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 251 | 0.25 | 0.35 | 0 | 0.02 | 256.36 | 0.92 | 0.81 |
| Hex | BB | A3 | FB | 19 | 23 | 0 | 2 | 100 | 5C | 51 |
| Octal | 273 | 243 | 373 | 31 | 43 | 0 | 2 | 400 | 134 | 121 |
| Binary | 10111011 | 10100011 | 11111011 | 11001 | 100011 | 0 | 10 | 100000000 | 1011100 | 1010001 |
Color Harmonies of #BBA3FB
Complementary color
Monochromatic Colors of #BBA3FB
Black with #BBA3FB
Text Example
Text Example
White with #BBA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3FB; }
p { color: rgb(187,163,251); }
H1.HeaderClassName
{
color: #BBA3FB;
}
.AnyTagClassName
{
color: #BBA3FB;
}
</style>
background-color css
<style>
a { background-color: #BBA3FB; }
a { background-color: rgb(187,163,251); }
div.DivClassName
{
background-color: #BBA3FB;
}
.BgClassName
{
background-color: #BBA3FB;
}
</style>
border-color css
<style>
span { border-color: #BBA3FB; }
span { border-color: rgb(187,163,251); }
td.TdClassName
{
border-color: #BBA3FB;
}
.TagClassName
{
border-color: #BBA3FB;
}
</style>