Shades of Perfume #BBA4E5
Tints of Perfume #BBA4E5
RGB
CMYK
RGB Variations
Color information
#BBA4E5 (or 0xBBA4E5) is known color: Perfume. HEX triplet: BB, A4 and E5. RGB value is (187,164,229). Sum of RGB (Red+Green+Blue) = 187+164+229=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4E5 is #445B1A. Grayscale: #B2B2B2. Windows color (decimal): -4479771 or 15049915. OLE color: 15049915.
HSL color Cylindrical-coordinate representation of color #BBA4E5: hue angle of 261.23º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA4E5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 164 | 229 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.10 |
| HSL | 261.23º | 0.56% | 0.77% | - |
| HSV(B) | 261.23º | 0.28% | 0.9% | - |
| XYZ | 47.91 | 42.77 | 79.86 | - |
| YUV | 178.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 229 | 0.18 | 0.28 | 0 | 0.10 | 261.23 | 0.56 | 0.77 |
| Hex | BB | A4 | E5 | 12 | 1C | 0 | A | 105 | 38 | 4D |
| Octal | 273 | 244 | 345 | 22 | 34 | 0 | 12 | 405 | 70 | 115 |
| Binary | 10111011 | 10100100 | 11100101 | 10010 | 11100 | 0 | 1010 | 100000101 | 111000 | 1001101 |
Color Harmonies of #BBA4E5
Complementary color
Monochromatic Colors of #BBA4E5
Black with #BBA4E5
Text Example
Text Example
White with #BBA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4E5; }
p { color: rgb(187,164,229); }
H1.HeaderClassName
{
color: #BBA4E5;
}
.AnyTagClassName
{
color: #BBA4E5;
}
</style>
background-color css
<style>
a { background-color: #BBA4E5; }
a { background-color: rgb(187,164,229); }
div.DivClassName
{
background-color: #BBA4E5;
}
.BgClassName
{
background-color: #BBA4E5;
}
</style>
border-color css
<style>
span { border-color: #BBA4E5; }
span { border-color: rgb(187,164,229); }
td.TdClassName
{
border-color: #BBA4E5;
}
.TagClassName
{
border-color: #BBA4E5;
}
</style>