Shades of Melrose #BBA6F3
Tints of Melrose #BBA6F3
RGB
CMYK
RGB Variations
Color information
#BBA6F3 (or 0xBBA6F3) is known color: Melrose. HEX triplet: BB, A6 and F3. RGB value is (187,166,243). Sum of RGB (Red+Green+Blue) = 187+166+243=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6F3 is #44590C. Grayscale: #B4B4B4. Windows color (decimal): -4479245 or 15967931. OLE color: 15967931.
HSL color Cylindrical-coordinate representation of color #BBA6F3: hue angle of 256.36º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA6F3 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 166 | 243 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.05 |
| HSL | 256.36º | 0.76% | 0.8% | - |
| HSV(B) | 256.36º | 0.32% | 0.95% | - |
| XYZ | 50.31 | 44.31 | 90.69 | - |
| YUV | 181.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 243 | 0.23 | 0.32 | 0 | 0.05 | 256.36 | 0.76 | 0.8 |
| Hex | BB | A6 | F3 | 17 | 20 | 0 | 5 | 100 | 4C | 50 |
| Octal | 273 | 246 | 363 | 27 | 40 | 0 | 5 | 400 | 114 | 120 |
| Binary | 10111011 | 10100110 | 11110011 | 10111 | 100000 | 0 | 101 | 100000000 | 1001100 | 1010000 |
Color Harmonies of #BBA6F3
Complementary color
Monochromatic Colors of #BBA6F3
Black with #BBA6F3
Text Example
Text Example
White with #BBA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6F3; }
p { color: rgb(187,166,243); }
H1.HeaderClassName
{
color: #BBA6F3;
}
.AnyTagClassName
{
color: #BBA6F3;
}
</style>
background-color css
<style>
a { background-color: #BBA6F3; }
a { background-color: rgb(187,166,243); }
div.DivClassName
{
background-color: #BBA6F3;
}
.BgClassName
{
background-color: #BBA6F3;
}
</style>
border-color css
<style>
span { border-color: #BBA6F3; }
span { border-color: rgb(187,166,243); }
td.TdClassName
{
border-color: #BBA6F3;
}
.TagClassName
{
border-color: #BBA6F3;
}
</style>