Shades of Perfume #BBA2E2
Tints of Perfume #BBA2E2
RGB
CMYK
RGB Variations
Color information
#BBA2E2 (or 0xBBA2E2) is known color: Perfume. HEX triplet: BB, A2 and E2. RGB value is (187,162,226). Sum of RGB (Red+Green+Blue) = 187+162+226=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBA2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2E2 is #445D1D. Grayscale: #B0B0B0. Windows color (decimal): -4480286 or 14852795. OLE color: 14852795.
HSL color Cylindrical-coordinate representation of color #BBA2E2: hue angle of 263.44º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA2E2 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 162 | 226 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.11 |
| HSL | 263.44º | 0.52% | 0.76% | - |
| HSV(B) | 263.44º | 0.28% | 0.89% | - |
| XYZ | 47.14 | 41.9 | 77.55 | - |
| YUV | 176.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 226 | 0.17 | 0.28 | 0 | 0.11 | 263.44 | 0.52 | 0.76 |
| Hex | BB | A2 | E2 | 11 | 1C | 0 | B | 107 | 34 | 4C |
| Octal | 273 | 242 | 342 | 21 | 34 | 0 | 13 | 407 | 64 | 114 |
| Binary | 10111011 | 10100010 | 11100010 | 10001 | 11100 | 0 | 1011 | 100000111 | 110100 | 1001100 |
Color Harmonies of #BBA2E2
Complementary color
Monochromatic Colors of #BBA2E2
Black with #BBA2E2
Text Example
Text Example
White with #BBA2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2E2; }
p { color: rgb(187,162,226); }
H1.HeaderClassName
{
color: #BBA2E2;
}
.AnyTagClassName
{
color: #BBA2E2;
}
</style>
background-color css
<style>
a { background-color: #BBA2E2; }
a { background-color: rgb(187,162,226); }
div.DivClassName
{
background-color: #BBA2E2;
}
.BgClassName
{
background-color: #BBA2E2;
}
</style>
border-color css
<style>
span { border-color: #BBA2E2; }
span { border-color: rgb(187,162,226); }
td.TdClassName
{
border-color: #BBA2E2;
}
.TagClassName
{
border-color: #BBA2E2;
}
</style>