Shades of Melrose #BBA7F9
Tints of Melrose #BBA7F9
RGB
CMYK
RGB Variations
Color information
#BBA7F9 (or 0xBBA7F9) is known color: Melrose. HEX triplet: BB, A7 and F9. RGB value is (187,167,249). Sum of RGB (Red+Green+Blue) = 187+167+249=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7F9 is #445806. Grayscale: #B6B6B6. Windows color (decimal): -4478983 or 16361403. OLE color: 16361403.
HSL color Cylindrical-coordinate representation of color #BBA7F9: hue angle of 254.63º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA7F9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 167 | 249 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.02 |
| HSL | 254.63º | 0.87% | 0.82% | - |
| HSV(B) | 254.63º | 0.33% | 0.98% | - |
| XYZ | 51.41 | 45.04 | 95.61 | - |
| YUV | 182.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 249 | 0.25 | 0.33 | 0 | 0.02 | 254.63 | 0.87 | 0.82 |
| Hex | BB | A7 | F9 | 19 | 21 | 0 | 2 | FF | 57 | 52 |
| Octal | 273 | 247 | 371 | 31 | 41 | 0 | 2 | 377 | 127 | 122 |
| Binary | 10111011 | 10100111 | 11111001 | 11001 | 100001 | 0 | 10 | 11111111 | 1010111 | 1010010 |
Color Harmonies of #BBA7F9
Complementary color
Monochromatic Colors of #BBA7F9
Black with #BBA7F9
Text Example
Text Example
White with #BBA7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7F9; }
p { color: rgb(187,167,249); }
H1.HeaderClassName
{
color: #BBA7F9;
}
.AnyTagClassName
{
color: #BBA7F9;
}
</style>
background-color css
<style>
a { background-color: #BBA7F9; }
a { background-color: rgb(187,167,249); }
div.DivClassName
{
background-color: #BBA7F9;
}
.BgClassName
{
background-color: #BBA7F9;
}
</style>
border-color css
<style>
span { border-color: #BBA7F9; }
span { border-color: rgb(187,167,249); }
td.TdClassName
{
border-color: #BBA7F9;
}
.TagClassName
{
border-color: #BBA7F9;
}
</style>