Shades of Perfume #BBA4E4
Tints of Perfume #BBA4E4
RGB
CMYK
RGB Variations
Color information
#BBA4E4 (or 0xBBA4E4) is known color: Perfume. HEX triplet: BB, A4 and E4. RGB value is (187,164,228). Sum of RGB (Red+Green+Blue) = 187+164+228=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4E4 is #445B1B. Grayscale: #B1B1B1. Windows color (decimal): -4479772 or 14984379. OLE color: 14984379.
HSL color Cylindrical-coordinate representation of color #BBA4E4: hue angle of 261.56º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA4E4 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 164 | 228 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.11 |
| HSL | 261.56º | 0.54% | 0.77% | - |
| HSV(B) | 261.56º | 0.28% | 0.89% | - |
| XYZ | 47.77 | 42.72 | 79.13 | - |
| YUV | 178.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 228 | 0.18 | 0.28 | 0 | 0.11 | 261.56 | 0.54 | 0.77 |
| Hex | BB | A4 | E4 | 12 | 1C | 0 | B | 106 | 36 | 4D |
| Octal | 273 | 244 | 344 | 22 | 34 | 0 | 13 | 406 | 66 | 115 |
| Binary | 10111011 | 10100100 | 11100100 | 10010 | 11100 | 0 | 1011 | 100000110 | 110110 | 1001101 |
Color Harmonies of #BBA4E4
Complementary color
Monochromatic Colors of #BBA4E4
Black with #BBA4E4
Text Example
Text Example
White with #BBA4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4E4; }
p { color: rgb(187,164,228); }
H1.HeaderClassName
{
color: #BBA4E4;
}
.AnyTagClassName
{
color: #BBA4E4;
}
</style>
background-color css
<style>
a { background-color: #BBA4E4; }
a { background-color: rgb(187,164,228); }
div.DivClassName
{
background-color: #BBA4E4;
}
.BgClassName
{
background-color: #BBA4E4;
}
</style>
border-color css
<style>
span { border-color: #BBA4E4; }
span { border-color: rgb(187,164,228); }
td.TdClassName
{
border-color: #BBA4E4;
}
.TagClassName
{
border-color: #BBA4E4;
}
</style>