Shades of Perfume #BBA6E2
Tints of Perfume #BBA6E2
RGB
CMYK
RGB Variations
Color information
#BBA6E2 (or 0xBBA6E2) is known color: Perfume. HEX triplet: BB, A6 and E2. RGB value is (187,166,226). Sum of RGB (Red+Green+Blue) = 187+166+226=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBA6E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6E2 is #44591D. Grayscale: #B2B2B2. Windows color (decimal): -4479262 or 14853819. OLE color: 14853819.
HSL color Cylindrical-coordinate representation of color #BBA6E2: hue angle of 261º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA6E2 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 166 | 226 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.11 |
| HSL | 261º | 0.51% | 0.77% | - |
| HSV(B) | 261º | 0.27% | 0.89% | - |
| XYZ | 47.86 | 43.33 | 77.79 | - |
| YUV | 179.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 226 | 0.17 | 0.27 | 0 | 0.11 | 261 | 0.51 | 0.77 |
| Hex | BB | A6 | E2 | 11 | 1B | 0 | B | 105 | 33 | 4D |
| Octal | 273 | 246 | 342 | 21 | 33 | 0 | 13 | 405 | 63 | 115 |
| Binary | 10111011 | 10100110 | 11100010 | 10001 | 11011 | 0 | 1011 | 100000101 | 110011 | 1001101 |
Color Harmonies of #BBA6E2
Complementary color
Monochromatic Colors of #BBA6E2
Black with #BBA6E2
Text Example
Text Example
White with #BBA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6E2; }
p { color: rgb(187,166,226); }
H1.HeaderClassName
{
color: #BBA6E2;
}
.AnyTagClassName
{
color: #BBA6E2;
}
</style>
background-color css
<style>
a { background-color: #BBA6E2; }
a { background-color: rgb(187,166,226); }
div.DivClassName
{
background-color: #BBA6E2;
}
.BgClassName
{
background-color: #BBA6E2;
}
</style>
border-color css
<style>
span { border-color: #BBA6E2; }
span { border-color: rgb(187,166,226); }
td.TdClassName
{
border-color: #BBA6E2;
}
.TagClassName
{
border-color: #BBA6E2;
}
</style>