Shades of Perfume #BBA1FC
Tints of Perfume #BBA1FC
RGB
CMYK
RGB Variations
Color information
#BBA1FC (or 0xBBA1FC) is known color: Perfume. HEX triplet: BB, A1 and FC. RGB value is (187,161,252). Sum of RGB (Red+Green+Blue) = 187+161+252=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FC is #445E03. Grayscale: #B2B2B2. Windows color (decimal): -4480516 or 16556475. OLE color: 16556475.
HSL color Cylindrical-coordinate representation of color #BBA1FC: hue angle of 257.14º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA1FC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 161 | 252 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.01 |
| HSL | 257.14º | 0.94% | 0.81% | - |
| HSV(B) | 257.14º | 0.36% | 0.99% | - |
| XYZ | 50.81 | 43.08 | 97.73 | - |
| YUV | 179.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 252 | 0.26 | 0.36 | 0 | 0.01 | 257.14 | 0.94 | 0.81 |
| Hex | BB | A1 | FC | 1A | 24 | 0 | 1 | 101 | 5E | 51 |
| Octal | 273 | 241 | 374 | 32 | 44 | 0 | 1 | 401 | 136 | 121 |
| Binary | 10111011 | 10100001 | 11111100 | 11010 | 100100 | 0 | 1 | 100000001 | 1011110 | 1010001 |
Color Harmonies of #BBA1FC
Complementary color
Monochromatic Colors of #BBA1FC
Black with #BBA1FC
Text Example
Text Example
White with #BBA1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1FC; }
p { color: rgb(187,161,252); }
H1.HeaderClassName
{
color: #BBA1FC;
}
.AnyTagClassName
{
color: #BBA1FC;
}
</style>
background-color css
<style>
a { background-color: #BBA1FC; }
a { background-color: rgb(187,161,252); }
div.DivClassName
{
background-color: #BBA1FC;
}
.BgClassName
{
background-color: #BBA1FC;
}
</style>
border-color css
<style>
span { border-color: #BBA1FC; }
span { border-color: rgb(187,161,252); }
td.TdClassName
{
border-color: #BBA1FC;
}
.TagClassName
{
border-color: #BBA1FC;
}
</style>