Shades of Melrose #BBA7F3
Tints of Melrose #BBA7F3
RGB
CMYK
RGB Variations
Color information
#BBA7F3 (or 0xBBA7F3) is known color: Melrose. HEX triplet: BB, A7 and F3. RGB value is (187,167,243). Sum of RGB (Red+Green+Blue) = 187+167+243=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F3 is #44580C. Grayscale: #B5B5B5. Windows color (decimal): -4478989 or 15968187. OLE color: 15968187.
HSL color Cylindrical-coordinate representation of color #BBA7F3: hue angle of 255.79º degrees, saturation: 0.76, 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 #BBA7F3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 167 | 243 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.05 |
| HSL | 255.79º | 0.76% | 0.8% | - |
| HSV(B) | 255.79º | 0.31% | 0.95% | - |
| XYZ | 50.49 | 44.67 | 90.76 | - |
| YUV | 181.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 243 | 0.23 | 0.31 | 0 | 0.05 | 255.79 | 0.76 | 0.8 |
| Hex | BB | A7 | F3 | 17 | 1F | 0 | 5 | 100 | 4C | 50 |
| Octal | 273 | 247 | 363 | 27 | 37 | 0 | 5 | 400 | 114 | 120 |
| Binary | 10111011 | 10100111 | 11110011 | 10111 | 11111 | 0 | 101 | 100000000 | 1001100 | 1010000 |
Color Harmonies of #BBA7F3
Complementary color
Monochromatic Colors of #BBA7F3
Black with #BBA7F3
Text Example
Text Example
White with #BBA7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7F3; }
p { color: rgb(187,167,243); }
H1.HeaderClassName
{
color: #BBA7F3;
}
.AnyTagClassName
{
color: #BBA7F3;
}
</style>
background-color css
<style>
a { background-color: #BBA7F3; }
a { background-color: rgb(187,167,243); }
div.DivClassName
{
background-color: #BBA7F3;
}
.BgClassName
{
background-color: #BBA7F3;
}
</style>
border-color css
<style>
span { border-color: #BBA7F3; }
span { border-color: rgb(187,167,243); }
td.TdClassName
{
border-color: #BBA7F3;
}
.TagClassName
{
border-color: #BBA7F3;
}
</style>