Shades of Perfume #BBA0E2
Tints of Perfume #BBA0E2
RGB
CMYK
RGB Variations
Color information
#BBA0E2 (or 0xBBA0E2) is known color: Perfume. HEX triplet: BB, A0 and E2. RGB value is (187,160,226). Sum of RGB (Red+Green+Blue) = 187+160+226=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBA0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E2 is #445F1D. Grayscale: #AFAFAF. Windows color (decimal): -4480798 or 14852283. OLE color: 14852283.
HSL color Cylindrical-coordinate representation of color #BBA0E2: hue angle of 264.55º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA0E2 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 160 | 226 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.11 |
| HSL | 264.55º | 0.53% | 0.76% | - |
| HSV(B) | 264.55º | 0.29% | 0.89% | - |
| XYZ | 46.79 | 41.2 | 77.44 | - |
| YUV | 175.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 226 | 0.17 | 0.29 | 0 | 0.11 | 264.55 | 0.53 | 0.76 |
| Hex | BB | A0 | E2 | 11 | 1D | 0 | B | 109 | 35 | 4C |
| Octal | 273 | 240 | 342 | 21 | 35 | 0 | 13 | 411 | 65 | 114 |
| Binary | 10111011 | 10100000 | 11100010 | 10001 | 11101 | 0 | 1011 | 100001001 | 110101 | 1001100 |
Color Harmonies of #BBA0E2
Complementary color
Monochromatic Colors of #BBA0E2
Black with #BBA0E2
Text Example
Text Example
White with #BBA0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0E2; }
p { color: rgb(187,160,226); }
H1.HeaderClassName
{
color: #BBA0E2;
}
.AnyTagClassName
{
color: #BBA0E2;
}
</style>
background-color css
<style>
a { background-color: #BBA0E2; }
a { background-color: rgb(187,160,226); }
div.DivClassName
{
background-color: #BBA0E2;
}
.BgClassName
{
background-color: #BBA0E2;
}
</style>
border-color css
<style>
span { border-color: #BBA0E2; }
span { border-color: rgb(187,160,226); }
td.TdClassName
{
border-color: #BBA0E2;
}
.TagClassName
{
border-color: #BBA0E2;
}
</style>