Shades of Perfume #BBA4F1
Tints of Perfume #BBA4F1
RGB
CMYK
RGB Variations
Color information
#BBA4F1 (or 0xBBA4F1) is known color: Perfume. HEX triplet: BB, A4 and F1. RGB value is (187,164,241). Sum of RGB (Red+Green+Blue) = 187+164+241=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F1 is #445B0E. Grayscale: #B3B3B3. Windows color (decimal): -4479759 or 15836347. OLE color: 15836347.
HSL color Cylindrical-coordinate representation of color #BBA4F1: hue angle of 257.92º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA4F1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 164 | 241 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.05 |
| HSL | 257.92º | 0.73% | 0.79% | - |
| HSV(B) | 257.92º | 0.32% | 0.95% | - |
| XYZ | 49.65 | 43.47 | 88.99 | - |
| YUV | 179.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 241 | 0.22 | 0.32 | 0 | 0.05 | 257.92 | 0.73 | 0.79 |
| Hex | BB | A4 | F1 | 16 | 20 | 0 | 5 | 102 | 49 | 4F |
| Octal | 273 | 244 | 361 | 26 | 40 | 0 | 5 | 402 | 111 | 117 |
| Binary | 10111011 | 10100100 | 11110001 | 10110 | 100000 | 0 | 101 | 100000010 | 1001001 | 1001111 |
Color Harmonies of #BBA4F1
Complementary color
Monochromatic Colors of #BBA4F1
Black with #BBA4F1
Text Example
Text Example
White with #BBA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4F1; }
p { color: rgb(187,164,241); }
H1.HeaderClassName
{
color: #BBA4F1;
}
.AnyTagClassName
{
color: #BBA4F1;
}
</style>
background-color css
<style>
a { background-color: #BBA4F1; }
a { background-color: rgb(187,164,241); }
div.DivClassName
{
background-color: #BBA4F1;
}
.BgClassName
{
background-color: #BBA4F1;
}
</style>
border-color css
<style>
span { border-color: #BBA4F1; }
span { border-color: rgb(187,164,241); }
td.TdClassName
{
border-color: #BBA4F1;
}
.TagClassName
{
border-color: #BBA4F1;
}
</style>