Shades of Melrose #BBACF7
Tints of Melrose #BBACF7
RGB
CMYK
RGB Variations
Color information
#BBACF7 (or 0xBBACF7) is known color: Melrose. HEX triplet: BB, AC and F7. RGB value is (187,172,247). Sum of RGB (Red+Green+Blue) = 187+172+247=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF7 is #445308. Grayscale: #B8B8B8. Windows color (decimal): -4477705 or 16231611. OLE color: 16231611.
HSL color Cylindrical-coordinate representation of color #BBACF7: hue angle of 252º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBACF7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 172 | 247 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.03 |
| HSL | 252º | 0.82% | 0.82% | - |
| HSV(B) | 252º | 0.3% | 0.97% | - |
| XYZ | 52.03 | 46.79 | 94.28 | - |
| YUV | 185.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 247 | 0.24 | 0.30 | 0 | 0.03 | 252 | 0.82 | 0.82 |
| Hex | BB | AC | F7 | 18 | 1E | 0 | 3 | FC | 52 | 52 |
| Octal | 273 | 254 | 367 | 30 | 36 | 0 | 3 | 374 | 122 | 122 |
| Binary | 10111011 | 10101100 | 11110111 | 11000 | 11110 | 0 | 11 | 11111100 | 1010010 | 1010010 |
Color Harmonies of #BBACF7
Complementary color
Monochromatic Colors of #BBACF7
Black with #BBACF7
Text Example
Text Example
White with #BBACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACF7; }
p { color: rgb(187,172,247); }
H1.HeaderClassName
{
color: #BBACF7;
}
.AnyTagClassName
{
color: #BBACF7;
}
</style>
background-color css
<style>
a { background-color: #BBACF7; }
a { background-color: rgb(187,172,247); }
div.DivClassName
{
background-color: #BBACF7;
}
.BgClassName
{
background-color: #BBACF7;
}
</style>
border-color css
<style>
span { border-color: #BBACF7; }
span { border-color: rgb(187,172,247); }
td.TdClassName
{
border-color: #BBACF7;
}
.TagClassName
{
border-color: #BBACF7;
}
</style>