Shades of Melrose #BBA6F2
Tints of Melrose #BBA6F2
RGB
CMYK
RGB Variations
Color information
#BBA6F2 (or 0xBBA6F2) is known color: Melrose. HEX triplet: BB, A6 and F2. RGB value is (187,166,242). Sum of RGB (Red+Green+Blue) = 187+166+242=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA6F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6F2 is #44590D. Grayscale: #B4B4B4. Windows color (decimal): -4479246 or 15902395. OLE color: 15902395.
HSL color Cylindrical-coordinate representation of color #BBA6F2: hue angle of 256.58º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA6F2 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 166 | 242 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.05 |
| HSL | 256.58º | 0.75% | 0.8% | - |
| HSV(B) | 256.58º | 0.31% | 0.95% | - |
| XYZ | 50.16 | 44.25 | 89.9 | - |
| YUV | 180.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 242 | 0.23 | 0.31 | 0 | 0.05 | 256.58 | 0.75 | 0.8 |
| Hex | BB | A6 | F2 | 17 | 1F | 0 | 5 | 101 | 4B | 50 |
| Octal | 273 | 246 | 362 | 27 | 37 | 0 | 5 | 401 | 113 | 120 |
| Binary | 10111011 | 10100110 | 11110010 | 10111 | 11111 | 0 | 101 | 100000001 | 1001011 | 1010000 |
Color Harmonies of #BBA6F2
Complementary color
Monochromatic Colors of #BBA6F2
Black with #BBA6F2
Text Example
Text Example
White with #BBA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6F2; }
p { color: rgb(187,166,242); }
H1.HeaderClassName
{
color: #BBA6F2;
}
.AnyTagClassName
{
color: #BBA6F2;
}
</style>
background-color css
<style>
a { background-color: #BBA6F2; }
a { background-color: rgb(187,166,242); }
div.DivClassName
{
background-color: #BBA6F2;
}
.BgClassName
{
background-color: #BBA6F2;
}
</style>
border-color css
<style>
span { border-color: #BBA6F2; }
span { border-color: rgb(187,166,242); }
td.TdClassName
{
border-color: #BBA6F2;
}
.TagClassName
{
border-color: #BBA6F2;
}
</style>