Shades of Perfume #BBA0EB
Tints of Perfume #BBA0EB
RGB
CMYK
RGB Variations
Color information
#BBA0EB (or 0xBBA0EB) is known color: Perfume. HEX triplet: BB, A0 and EB. RGB value is (187,160,235). Sum of RGB (Red+Green+Blue) = 187+160+235=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0EB is #445F14. Grayscale: #B0B0B0. Windows color (decimal): -4480789 or 15442107. OLE color: 15442107.
HSL color Cylindrical-coordinate representation of color #BBA0EB: hue angle of 261.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA0EB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 160 | 235 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.08 |
| HSL | 261.6º | 0.65% | 0.77% | - |
| HSV(B) | 261.6º | 0.32% | 0.92% | - |
| XYZ | 48.06 | 41.7 | 84.11 | - |
| YUV | 176.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 235 | 0.20 | 0.32 | 0 | 0.08 | 261.6 | 0.65 | 0.77 |
| Hex | BB | A0 | EB | 14 | 20 | 0 | 8 | 106 | 41 | 4D |
| Octal | 273 | 240 | 353 | 24 | 40 | 0 | 10 | 406 | 101 | 115 |
| Binary | 10111011 | 10100000 | 11101011 | 10100 | 100000 | 0 | 1000 | 100000110 | 1000001 | 1001101 |
Color Harmonies of #BBA0EB
Complementary color
Monochromatic Colors of #BBA0EB
Black with #BBA0EB
Text Example
Text Example
White with #BBA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0EB; }
p { color: rgb(187,160,235); }
H1.HeaderClassName
{
color: #BBA0EB;
}
.AnyTagClassName
{
color: #BBA0EB;
}
</style>
background-color css
<style>
a { background-color: #BBA0EB; }
a { background-color: rgb(187,160,235); }
div.DivClassName
{
background-color: #BBA0EB;
}
.BgClassName
{
background-color: #BBA0EB;
}
</style>
border-color css
<style>
span { border-color: #BBA0EB; }
span { border-color: rgb(187,160,235); }
td.TdClassName
{
border-color: #BBA0EB;
}
.TagClassName
{
border-color: #BBA0EB;
}
</style>