Shades of Perfume #BBA2F3
Tints of Perfume #BBA2F3
RGB
CMYK
RGB Variations
Color information
#BBA2F3 (or 0xBBA2F3) is known color: Perfume. HEX triplet: BB, A2 and F3. RGB value is (187,162,243). Sum of RGB (Red+Green+Blue) = 187+162+243=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2F3 is #445D0C. Grayscale: #B2B2B2. Windows color (decimal): -4480269 or 15966907. OLE color: 15966907.
HSL color Cylindrical-coordinate representation of color #BBA2F3: hue angle of 258.52º degrees, saturation: 0.77, 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 #BBA2F3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 162 | 243 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.05 |
| HSL | 258.52º | 0.77% | 0.79% | - |
| HSV(B) | 258.52º | 0.33% | 0.95% | - |
| XYZ | 49.59 | 42.88 | 90.46 | - |
| YUV | 178.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 243 | 0.23 | 0.33 | 0 | 0.05 | 258.52 | 0.77 | 0.79 |
| Hex | BB | A2 | F3 | 17 | 21 | 0 | 5 | 103 | 4D | 4F |
| Octal | 273 | 242 | 363 | 27 | 41 | 0 | 5 | 403 | 115 | 117 |
| Binary | 10111011 | 10100010 | 11110011 | 10111 | 100001 | 0 | 101 | 100000011 | 1001101 | 1001111 |
Color Harmonies of #BBA2F3
Complementary color
Monochromatic Colors of #BBA2F3
Black with #BBA2F3
Text Example
Text Example
White with #BBA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2F3; }
p { color: rgb(187,162,243); }
H1.HeaderClassName
{
color: #BBA2F3;
}
.AnyTagClassName
{
color: #BBA2F3;
}
</style>
background-color css
<style>
a { background-color: #BBA2F3; }
a { background-color: rgb(187,162,243); }
div.DivClassName
{
background-color: #BBA2F3;
}
.BgClassName
{
background-color: #BBA2F3;
}
</style>
border-color css
<style>
span { border-color: #BBA2F3; }
span { border-color: rgb(187,162,243); }
td.TdClassName
{
border-color: #BBA2F3;
}
.TagClassName
{
border-color: #BBA2F3;
}
</style>