Shades of Melrose #BBACF4
Tints of Melrose #BBACF4
RGB
CMYK
RGB Variations
Color information
#BBACF4 (or 0xBBACF4) is known color: Melrose. HEX triplet: BB, AC and F4. RGB value is (187,172,244). Sum of RGB (Red+Green+Blue) = 187+172+244=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF4 is #44530B. Grayscale: #B8B8B8. Windows color (decimal): -4477708 or 16035003. OLE color: 16035003.
HSL color Cylindrical-coordinate representation of color #BBACF4: hue angle of 252.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBACF4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 172 | 244 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.04 |
| HSL | 252.5º | 0.77% | 0.82% | - |
| HSV(B) | 252.5º | 0.3% | 0.96% | - |
| XYZ | 51.58 | 46.6 | 91.86 | - |
| YUV | 184.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 244 | 0.23 | 0.30 | 0 | 0.04 | 252.5 | 0.77 | 0.82 |
| Hex | BB | AC | F4 | 17 | 1E | 0 | 4 | FD | 4D | 52 |
| Octal | 273 | 254 | 364 | 27 | 36 | 0 | 4 | 375 | 115 | 122 |
| Binary | 10111011 | 10101100 | 11110100 | 10111 | 11110 | 0 | 100 | 11111101 | 1001101 | 1010010 |
Color Harmonies of #BBACF4
Complementary color
Monochromatic Colors of #BBACF4
Black with #BBACF4
Text Example
Text Example
White with #BBACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACF4; }
p { color: rgb(187,172,244); }
H1.HeaderClassName
{
color: #BBACF4;
}
.AnyTagClassName
{
color: #BBACF4;
}
</style>
background-color css
<style>
a { background-color: #BBACF4; }
a { background-color: rgb(187,172,244); }
div.DivClassName
{
background-color: #BBACF4;
}
.BgClassName
{
background-color: #BBACF4;
}
</style>
border-color css
<style>
span { border-color: #BBACF4; }
span { border-color: rgb(187,172,244); }
td.TdClassName
{
border-color: #BBACF4;
}
.TagClassName
{
border-color: #BBACF4;
}
</style>