Shades of Melrose #BBA7FD
Tints of Melrose #BBA7FD
RGB
CMYK
RGB Variations
Color information
#BBA7FD (or 0xBBA7FD) is known color: Melrose. HEX triplet: BB, A7 and FD. RGB value is (187,167,253). Sum of RGB (Red+Green+Blue) = 187+167+253=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7FD is #445802. Grayscale: #B6B6B6. Windows color (decimal): -4478979 or 16623547. OLE color: 16623547.
HSL color Cylindrical-coordinate representation of color #BBA7FD: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA7FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 167 | 253 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.01 |
| HSL | 253.95º | 0.96% | 0.82% | - |
| HSV(B) | 253.95º | 0.34% | 0.99% | - |
| XYZ | 52.04 | 45.29 | 98.93 | - |
| YUV | 182.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 253 | 0.26 | 0.34 | 0 | 0.01 | 253.95 | 0.96 | 0.82 |
| Hex | BB | A7 | FD | 1A | 22 | 0 | 1 | FE | 60 | 52 |
| Octal | 273 | 247 | 375 | 32 | 42 | 0 | 1 | 376 | 140 | 122 |
| Binary | 10111011 | 10100111 | 11111101 | 11010 | 100010 | 0 | 1 | 11111110 | 1100000 | 1010010 |
Color Harmonies of #BBA7FD
Complementary color
Monochromatic Colors of #BBA7FD
Black with #BBA7FD
Text Example
Text Example
White with #BBA7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7FD; }
p { color: rgb(187,167,253); }
H1.HeaderClassName
{
color: #BBA7FD;
}
.AnyTagClassName
{
color: #BBA7FD;
}
</style>
background-color css
<style>
a { background-color: #BBA7FD; }
a { background-color: rgb(187,167,253); }
div.DivClassName
{
background-color: #BBA7FD;
}
.BgClassName
{
background-color: #BBA7FD;
}
</style>
border-color css
<style>
span { border-color: #BBA7FD; }
span { border-color: rgb(187,167,253); }
td.TdClassName
{
border-color: #BBA7FD;
}
.TagClassName
{
border-color: #BBA7FD;
}
</style>