Shades of Melrose #BBA6F8
Tints of Melrose #BBA6F8
RGB
CMYK
RGB Variations
Color information
#BBA6F8 (or 0xBBA6F8) is known color: Melrose. HEX triplet: BB, A6 and F8. RGB value is (187,166,248). Sum of RGB (Red+Green+Blue) = 187+166+248=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6F8 is #445907. Grayscale: #B5B5B5. Windows color (decimal): -4479240 or 16295611. OLE color: 16295611.
HSL color Cylindrical-coordinate representation of color #BBA6F8: hue angle of 255.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA6F8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 166 | 248 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.03 |
| HSL | 255.37º | 0.85% | 0.81% | - |
| HSV(B) | 255.37º | 0.33% | 0.97% | - |
| XYZ | 51.07 | 44.61 | 94.73 | - |
| YUV | 181.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 248 | 0.25 | 0.33 | 0 | 0.03 | 255.37 | 0.85 | 0.81 |
| Hex | BB | A6 | F8 | 19 | 21 | 0 | 3 | FF | 55 | 51 |
| Octal | 273 | 246 | 370 | 31 | 41 | 0 | 3 | 377 | 125 | 121 |
| Binary | 10111011 | 10100110 | 11111000 | 11001 | 100001 | 0 | 11 | 11111111 | 1010101 | 1010001 |
Color Harmonies of #BBA6F8
Complementary color
Monochromatic Colors of #BBA6F8
Black with #BBA6F8
Text Example
Text Example
White with #BBA6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6F8; }
p { color: rgb(187,166,248); }
H1.HeaderClassName
{
color: #BBA6F8;
}
.AnyTagClassName
{
color: #BBA6F8;
}
</style>
background-color css
<style>
a { background-color: #BBA6F8; }
a { background-color: rgb(187,166,248); }
div.DivClassName
{
background-color: #BBA6F8;
}
.BgClassName
{
background-color: #BBA6F8;
}
</style>
border-color css
<style>
span { border-color: #BBA6F8; }
span { border-color: rgb(187,166,248); }
td.TdClassName
{
border-color: #BBA6F8;
}
.TagClassName
{
border-color: #BBA6F8;
}
</style>