Shades of Perfume #BBA1F9
Tints of Perfume #BBA1F9
RGB
CMYK
RGB Variations
Color information
#BBA1F9 (or 0xBBA1F9) is known color: Perfume. HEX triplet: BB, A1 and F9. RGB value is (187,161,249). Sum of RGB (Red+Green+Blue) = 187+161+249=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1F9 is #445E06. Grayscale: #B2B2B2. Windows color (decimal): -4480519 or 16359867. OLE color: 16359867.
HSL color Cylindrical-coordinate representation of color #BBA1F9: hue angle of 257.73º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA1F9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 161 | 249 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.02 |
| HSL | 257.73º | 0.88% | 0.8% | - |
| HSV(B) | 257.73º | 0.35% | 0.98% | - |
| XYZ | 50.34 | 42.89 | 95.25 | - |
| YUV | 178.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 249 | 0.25 | 0.35 | 0 | 0.02 | 257.73 | 0.88 | 0.8 |
| Hex | BB | A1 | F9 | 19 | 23 | 0 | 2 | 102 | 58 | 50 |
| Octal | 273 | 241 | 371 | 31 | 43 | 0 | 2 | 402 | 130 | 120 |
| Binary | 10111011 | 10100001 | 11111001 | 11001 | 100011 | 0 | 10 | 100000010 | 1011000 | 1010000 |
Color Harmonies of #BBA1F9
Complementary color
Monochromatic Colors of #BBA1F9
Black with #BBA1F9
Text Example
Text Example
White with #BBA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1F9; }
p { color: rgb(187,161,249); }
H1.HeaderClassName
{
color: #BBA1F9;
}
.AnyTagClassName
{
color: #BBA1F9;
}
</style>
background-color css
<style>
a { background-color: #BBA1F9; }
a { background-color: rgb(187,161,249); }
div.DivClassName
{
background-color: #BBA1F9;
}
.BgClassName
{
background-color: #BBA1F9;
}
</style>
border-color css
<style>
span { border-color: #BBA1F9; }
span { border-color: rgb(187,161,249); }
td.TdClassName
{
border-color: #BBA1F9;
}
.TagClassName
{
border-color: #BBA1F9;
}
</style>