Shades of Melrose #BBACF0
Tints of Melrose #BBACF0
RGB
CMYK
RGB Variations
Color information
#BBACF0 (or 0xBBACF0) is known color: Melrose. HEX triplet: BB, AC and F0. RGB value is (187,172,240). Sum of RGB (Red+Green+Blue) = 187+172+240=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF0 is #44530F. Grayscale: #B7B7B7. Windows color (decimal): -4477712 or 15772859. OLE color: 15772859.
HSL color Cylindrical-coordinate representation of color #BBACF0: hue angle of 253.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBACF0 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 172 | 240 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 253.24º | 0.69% | 0.81% | - |
| HSV(B) | 253.24º | 0.28% | 0.94% | - |
| XYZ | 50.97 | 46.36 | 88.7 | - |
| YUV | 184.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 240 | 0.22 | 0.28 | 0 | 0.06 | 253.24 | 0.69 | 0.81 |
| Hex | BB | AC | F0 | 16 | 1C | 0 | 6 | FD | 45 | 51 |
| Octal | 273 | 254 | 360 | 26 | 34 | 0 | 6 | 375 | 105 | 121 |
| Binary | 10111011 | 10101100 | 11110000 | 10110 | 11100 | 0 | 110 | 11111101 | 1000101 | 1010001 |
Color Harmonies of #BBACF0
Complementary color
Monochromatic Colors of #BBACF0
Black with #BBACF0
Text Example
Text Example
White with #BBACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACF0; }
p { color: rgb(187,172,240); }
H1.HeaderClassName
{
color: #BBACF0;
}
.AnyTagClassName
{
color: #BBACF0;
}
</style>
background-color css
<style>
a { background-color: #BBACF0; }
a { background-color: rgb(187,172,240); }
div.DivClassName
{
background-color: #BBACF0;
}
.BgClassName
{
background-color: #BBACF0;
}
</style>
border-color css
<style>
span { border-color: #BBACF0; }
span { border-color: rgb(187,172,240); }
td.TdClassName
{
border-color: #BBACF0;
}
.TagClassName
{
border-color: #BBACF0;
}
</style>