Shades of Perfume #BBA0FF
Tints of Perfume #BBA0FF
RGB
CMYK
RGB Variations
Color information
#BBA0FF (or 0xBBA0FF) is known color: Perfume. HEX triplet: BB, A0 and FF. RGB value is (187,160,255). Sum of RGB (Red+Green+Blue) = 187+160+255=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FF is #445F00. Grayscale: #B2B2B2. Windows color (decimal): -4480769 or 16752827. OLE color: 16752827.
HSL color Cylindrical-coordinate representation of color #BBA0FF: hue angle of 257.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA0FF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 160 | 255 | - |
| CMYK | 0.27 | 0.37 | 0 | 0 |
| HSL | 257.05º | 1% | 0.81% | - |
| HSV(B) | 257.05º | 0.37% | 1% | - |
| XYZ | 51.11 | 42.93 | 100.2 | - |
| YUV | 178.9 | 170.95 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 255 | 0.27 | 0.37 | 0 | 0 | 257.05 | 1 | 0.81 |
| Hex | BB | A0 | FF | 1B | 25 | 0 | 0 | 101 | 64 | 51 |
| Octal | 273 | 240 | 377 | 33 | 45 | 0 | 0 | 401 | 144 | 121 |
| Binary | 10111011 | 10100000 | 11111111 | 11011 | 100101 | 0 | 0 | 100000001 | 1100100 | 1010001 |
Color Harmonies of #BBA0FF
Complementary color
Monochromatic Colors of #BBA0FF
Black with #BBA0FF
Text Example
Text Example
White with #BBA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0FF; }
p { color: rgb(187,160,255); }
H1.HeaderClassName
{
color: #BBA0FF;
}
.AnyTagClassName
{
color: #BBA0FF;
}
</style>
background-color css
<style>
a { background-color: #BBA0FF; }
a { background-color: rgb(187,160,255); }
div.DivClassName
{
background-color: #BBA0FF;
}
.BgClassName
{
background-color: #BBA0FF;
}
</style>
border-color css
<style>
span { border-color: #BBA0FF; }
span { border-color: rgb(187,160,255); }
td.TdClassName
{
border-color: #BBA0FF;
}
.TagClassName
{
border-color: #BBA0FF;
}
</style>