Shades of Perfume #BBA1F3
Tints of Perfume #BBA1F3
RGB
CMYK
RGB Variations
Color information
#BBA1F3 (or 0xBBA1F3) is known color: Perfume. HEX triplet: BB, A1 and F3. RGB value is (187,161,243). Sum of RGB (Red+Green+Blue) = 187+161+243=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1F3 is #445E0C. Grayscale: #B1B1B1. Windows color (decimal): -4480525 or 15966651. OLE color: 15966651.
HSL color Cylindrical-coordinate representation of color #BBA1F3: hue angle of 259.02º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA1F3 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 161 | 243 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.05 |
| HSL | 259.02º | 0.77% | 0.79% | - |
| HSV(B) | 259.02º | 0.34% | 0.95% | - |
| XYZ | 49.42 | 42.53 | 90.4 | - |
| YUV | 178.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 243 | 0.23 | 0.34 | 0 | 0.05 | 259.02 | 0.77 | 0.79 |
| Hex | BB | A1 | F3 | 17 | 22 | 0 | 5 | 103 | 4D | 4F |
| Octal | 273 | 241 | 363 | 27 | 42 | 0 | 5 | 403 | 115 | 117 |
| Binary | 10111011 | 10100001 | 11110011 | 10111 | 100010 | 0 | 101 | 100000011 | 1001101 | 1001111 |
Color Harmonies of #BBA1F3
Complementary color
Monochromatic Colors of #BBA1F3
Black with #BBA1F3
Text Example
Text Example
White with #BBA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1F3; }
p { color: rgb(187,161,243); }
H1.HeaderClassName
{
color: #BBA1F3;
}
.AnyTagClassName
{
color: #BBA1F3;
}
</style>
background-color css
<style>
a { background-color: #BBA1F3; }
a { background-color: rgb(187,161,243); }
div.DivClassName
{
background-color: #BBA1F3;
}
.BgClassName
{
background-color: #BBA1F3;
}
</style>
border-color css
<style>
span { border-color: #BBA1F3; }
span { border-color: rgb(187,161,243); }
td.TdClassName
{
border-color: #BBA1F3;
}
.TagClassName
{
border-color: #BBA1F3;
}
</style>