Shades of Melrose #BBA3FC
Tints of Melrose #BBA3FC
RGB
CMYK
RGB Variations
Color information
#BBA3FC (or 0xBBA3FC) is known color: Melrose. HEX triplet: BB, A3 and FC. RGB value is (187,163,252). Sum of RGB (Red+Green+Blue) = 187+163+252=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FC is #445C03. Grayscale: #B3B3B3. Windows color (decimal): -4480004 or 16556987. OLE color: 16556987.
HSL color Cylindrical-coordinate representation of color #BBA3FC: hue angle of 256.18º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA3FC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 163 | 252 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.01 |
| HSL | 256.18º | 0.94% | 0.81% | - |
| HSV(B) | 256.18º | 0.35% | 0.99% | - |
| XYZ | 51.16 | 43.79 | 97.85 | - |
| YUV | 180.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 252 | 0.26 | 0.35 | 0 | 0.01 | 256.18 | 0.94 | 0.81 |
| Hex | BB | A3 | FC | 1A | 23 | 0 | 1 | 100 | 5E | 51 |
| Octal | 273 | 243 | 374 | 32 | 43 | 0 | 1 | 400 | 136 | 121 |
| Binary | 10111011 | 10100011 | 11111100 | 11010 | 100011 | 0 | 1 | 100000000 | 1011110 | 1010001 |
Color Harmonies of #BBA3FC
Complementary color
Monochromatic Colors of #BBA3FC
Black with #BBA3FC
Text Example
Text Example
White with #BBA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3FC; }
p { color: rgb(187,163,252); }
H1.HeaderClassName
{
color: #BBA3FC;
}
.AnyTagClassName
{
color: #BBA3FC;
}
</style>
background-color css
<style>
a { background-color: #BBA3FC; }
a { background-color: rgb(187,163,252); }
div.DivClassName
{
background-color: #BBA3FC;
}
.BgClassName
{
background-color: #BBA3FC;
}
</style>
border-color css
<style>
span { border-color: #BBA3FC; }
span { border-color: rgb(187,163,252); }
td.TdClassName
{
border-color: #BBA3FC;
}
.TagClassName
{
border-color: #BBA3FC;
}
</style>