Shades of Perfume #BBA0E5
Tints of Perfume #BBA0E5
RGB
CMYK
RGB Variations
Color information
#BBA0E5 (or 0xBBA0E5) is known color: Perfume. HEX triplet: BB, A0 and E5. RGB value is (187,160,229). Sum of RGB (Red+Green+Blue) = 187+160+229=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0E5 is #445F1A. Grayscale: #AFAFAF. Windows color (decimal): -4480795 or 15048891. OLE color: 15048891.
HSL color Cylindrical-coordinate representation of color #BBA0E5: hue angle of 263.48º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA0E5 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 160 | 229 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.10 |
| HSL | 263.48º | 0.57% | 0.76% | - |
| HSV(B) | 263.48º | 0.3% | 0.9% | - |
| XYZ | 47.21 | 41.36 | 79.62 | - |
| YUV | 175.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 229 | 0.18 | 0.30 | 0 | 0.10 | 263.48 | 0.57 | 0.76 |
| Hex | BB | A0 | E5 | 12 | 1E | 0 | A | 107 | 39 | 4C |
| Octal | 273 | 240 | 345 | 22 | 36 | 0 | 12 | 407 | 71 | 114 |
| Binary | 10111011 | 10100000 | 11100101 | 10010 | 11110 | 0 | 1010 | 100000111 | 111001 | 1001100 |
Color Harmonies of #BBA0E5
Complementary color
Monochromatic Colors of #BBA0E5
Black with #BBA0E5
Text Example
Text Example
White with #BBA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0E5; }
p { color: rgb(187,160,229); }
H1.HeaderClassName
{
color: #BBA0E5;
}
.AnyTagClassName
{
color: #BBA0E5;
}
</style>
background-color css
<style>
a { background-color: #BBA0E5; }
a { background-color: rgb(187,160,229); }
div.DivClassName
{
background-color: #BBA0E5;
}
.BgClassName
{
background-color: #BBA0E5;
}
</style>
border-color css
<style>
span { border-color: #BBA0E5; }
span { border-color: rgb(187,160,229); }
td.TdClassName
{
border-color: #BBA0E5;
}
.TagClassName
{
border-color: #BBA0E5;
}
</style>