Shades of Perfume #BBA2F1
Tints of Perfume #BBA2F1
RGB
CMYK
RGB Variations
Color information
#BBA2F1 (or 0xBBA2F1) is known color: Perfume. HEX triplet: BB, A2 and F1. RGB value is (187,162,241). Sum of RGB (Red+Green+Blue) = 187+162+241=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBA2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2F1 is #445D0E. Grayscale: #B2B2B2. Windows color (decimal): -4480271 or 15835835. OLE color: 15835835.
HSL color Cylindrical-coordinate representation of color #BBA2F1: hue angle of 258.99º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA2F1 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 162 | 241 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.05 |
| HSL | 258.99º | 0.74% | 0.79% | - |
| HSV(B) | 258.99º | 0.33% | 0.95% | - |
| XYZ | 49.29 | 42.76 | 88.87 | - |
| YUV | 178.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 241 | 0.22 | 0.33 | 0 | 0.05 | 258.99 | 0.74 | 0.79 |
| Hex | BB | A2 | F1 | 16 | 21 | 0 | 5 | 103 | 4A | 4F |
| Octal | 273 | 242 | 361 | 26 | 41 | 0 | 5 | 403 | 112 | 117 |
| Binary | 10111011 | 10100010 | 11110001 | 10110 | 100001 | 0 | 101 | 100000011 | 1001010 | 1001111 |
Color Harmonies of #BBA2F1
Complementary color
Monochromatic Colors of #BBA2F1
Black with #BBA2F1
Text Example
Text Example
White with #BBA2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2F1; }
p { color: rgb(187,162,241); }
H1.HeaderClassName
{
color: #BBA2F1;
}
.AnyTagClassName
{
color: #BBA2F1;
}
</style>
background-color css
<style>
a { background-color: #BBA2F1; }
a { background-color: rgb(187,162,241); }
div.DivClassName
{
background-color: #BBA2F1;
}
.BgClassName
{
background-color: #BBA2F1;
}
</style>
border-color css
<style>
span { border-color: #BBA2F1; }
span { border-color: rgb(187,162,241); }
td.TdClassName
{
border-color: #BBA2F1;
}
.TagClassName
{
border-color: #BBA2F1;
}
</style>