Shades of Perfume #BBA0FE
Tints of Perfume #BBA0FE
RGB
CMYK
RGB Variations
Color information
#BBA0FE (or 0xBBA0FE) is known color: Perfume. HEX triplet: BB, A0 and FE. RGB value is (187,160,254). Sum of RGB (Red+Green+Blue) = 187+160+254=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0FE is #445F01. Grayscale: #B2B2B2. Windows color (decimal): -4480770 or 16687291. OLE color: 16687291.
HSL color Cylindrical-coordinate representation of color #BBA0FE: hue angle of 257.23º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBA0FE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 160 | 254 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.00 |
| HSL | 257.23º | 0.98% | 0.81% | - |
| HSV(B) | 257.23º | 0.37% | 1% | - |
| XYZ | 50.95 | 42.86 | 99.35 | - |
| YUV | 178.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 254 | 0.26 | 0.37 | 0 | 0.00 | 257.23 | 0.98 | 0.81 |
| Hex | BB | A0 | FE | 1A | 25 | 0 | 0 | 101 | 62 | 51 |
| Octal | 273 | 240 | 376 | 32 | 45 | 0 | 0 | 401 | 142 | 121 |
| Binary | 10111011 | 10100000 | 11111110 | 11010 | 100101 | 0 | 0 | 100000001 | 1100010 | 1010001 |
Color Harmonies of #BBA0FE
Complementary color
Monochromatic Colors of #BBA0FE
Black with #BBA0FE
Text Example
Text Example
White with #BBA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0FE; }
p { color: rgb(187,160,254); }
H1.HeaderClassName
{
color: #BBA0FE;
}
.AnyTagClassName
{
color: #BBA0FE;
}
</style>
background-color css
<style>
a { background-color: #BBA0FE; }
a { background-color: rgb(187,160,254); }
div.DivClassName
{
background-color: #BBA0FE;
}
.BgClassName
{
background-color: #BBA0FE;
}
</style>
border-color css
<style>
span { border-color: #BBA0FE; }
span { border-color: rgb(187,160,254); }
td.TdClassName
{
border-color: #BBA0FE;
}
.TagClassName
{
border-color: #BBA0FE;
}
</style>