Shades of Melrose #BBA5FF
Tints of Melrose #BBA5FF
RGB
CMYK
RGB Variations
Color information
#BBA5FF (or 0xBBA5FF) is known color: Melrose. HEX triplet: BB, A5 and FF. RGB value is (187,165,255). Sum of RGB (Red+Green+Blue) = 187+165+255=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5FF is #445A00. Grayscale: #B5B5B5. Windows color (decimal): -4479489 or 16754107. OLE color: 16754107.
HSL color Cylindrical-coordinate representation of color #BBA5FF: hue angle of 254.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA5FF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 165 | 255 | - |
| CMYK | 0.27 | 0.35 | 0 | 0 |
| HSL | 254.67º | 1% | 0.82% | - |
| HSV(B) | 254.67º | 0.35% | 1% | - |
| XYZ | 52 | 44.7 | 100.49 | - |
| YUV | 181.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 255 | 0.27 | 0.35 | 0 | 0 | 254.67 | 1 | 0.82 |
| Hex | BB | A5 | FF | 1B | 23 | 0 | 0 | FF | 64 | 52 |
| Octal | 273 | 245 | 377 | 33 | 43 | 0 | 0 | 377 | 144 | 122 |
| Binary | 10111011 | 10100101 | 11111111 | 11011 | 100011 | 0 | 0 | 11111111 | 1100100 | 1010010 |
Color Harmonies of #BBA5FF
Complementary color
Monochromatic Colors of #BBA5FF
Black with #BBA5FF
Text Example
Text Example
White with #BBA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5FF; }
p { color: rgb(187,165,255); }
H1.HeaderClassName
{
color: #BBA5FF;
}
.AnyTagClassName
{
color: #BBA5FF;
}
</style>
background-color css
<style>
a { background-color: #BBA5FF; }
a { background-color: rgb(187,165,255); }
div.DivClassName
{
background-color: #BBA5FF;
}
.BgClassName
{
background-color: #BBA5FF;
}
</style>
border-color css
<style>
span { border-color: #BBA5FF; }
span { border-color: rgb(187,165,255); }
td.TdClassName
{
border-color: #BBA5FF;
}
.TagClassName
{
border-color: #BBA5FF;
}
</style>