Shades of Melrose #BBACFD
Tints of Melrose #BBACFD
RGB
CMYK
RGB Variations
Color information
#BBACFD (or 0xBBACFD) is known color: Melrose. HEX triplet: BB, AC and FD. RGB value is (187,172,253). Sum of RGB (Red+Green+Blue) = 187+172+253=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFD is #445302. Grayscale: #B9B9B9. Windows color (decimal): -4477699 or 16624827. OLE color: 16624827.
HSL color Cylindrical-coordinate representation of color #BBACFD: hue angle of 251.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBACFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 172 | 253 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.01 |
| HSL | 251.11º | 0.95% | 0.83% | - |
| HSV(B) | 251.11º | 0.32% | 0.99% | - |
| XYZ | 52.98 | 47.16 | 99.24 | - |
| YUV | 185.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 253 | 0.26 | 0.32 | 0 | 0.01 | 251.11 | 0.95 | 0.83 |
| Hex | BB | AC | FD | 1A | 20 | 0 | 1 | FB | 5F | 53 |
| Octal | 273 | 254 | 375 | 32 | 40 | 0 | 1 | 373 | 137 | 123 |
| Binary | 10111011 | 10101100 | 11111101 | 11010 | 100000 | 0 | 1 | 11111011 | 1011111 | 1010011 |
Color Harmonies of #BBACFD
Complementary color
Monochromatic Colors of #BBACFD
Black with #BBACFD
Text Example
Text Example
White with #BBACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACFD; }
p { color: rgb(187,172,253); }
H1.HeaderClassName
{
color: #BBACFD;
}
.AnyTagClassName
{
color: #BBACFD;
}
</style>
background-color css
<style>
a { background-color: #BBACFD; }
a { background-color: rgb(187,172,253); }
div.DivClassName
{
background-color: #BBACFD;
}
.BgClassName
{
background-color: #BBACFD;
}
</style>
border-color css
<style>
span { border-color: #BBACFD; }
span { border-color: rgb(187,172,253); }
td.TdClassName
{
border-color: #BBACFD;
}
.TagClassName
{
border-color: #BBACFD;
}
</style>