Shades of Perfume #BBA5E5
Tints of Perfume #BBA5E5
RGB
CMYK
RGB Variations
Color information
#BBA5E5 (or 0xBBA5E5) is known color: Perfume. HEX triplet: BB, A5 and E5. RGB value is (187,165,229). Sum of RGB (Red+Green+Blue) = 187+165+229=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5E5 is #445A1A. Grayscale: #B2B2B2. Windows color (decimal): -4479515 or 15050171. OLE color: 15050171.
HSL color Cylindrical-coordinate representation of color #BBA5E5: hue angle of 260.62º degrees, saturation: 0.55, 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 #BBA5E5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 165 | 229 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.10 |
| HSL | 260.63º | 0.55% | 0.77% | - |
| HSV(B) | 260.63º | 0.28% | 0.9% | - |
| XYZ | 48.09 | 43.13 | 79.92 | - |
| YUV | 178.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 229 | 0.18 | 0.28 | 0 | 0.10 | 260.63 | 0.55 | 0.77 |
| Hex | BB | A5 | E5 | 12 | 1C | 0 | A | 105 | 37 | 4D |
| Octal | 273 | 245 | 345 | 22 | 34 | 0 | 12 | 405 | 67 | 115 |
| Binary | 10111011 | 10100101 | 11100101 | 10010 | 11100 | 0 | 1010 | 100000101 | 110111 | 1001101 |
Color Harmonies of #BBA5E5
Complementary color
Monochromatic Colors of #BBA5E5
Black with #BBA5E5
Text Example
Text Example
White with #BBA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5E5; }
p { color: rgb(187,165,229); }
H1.HeaderClassName
{
color: #BBA5E5;
}
.AnyTagClassName
{
color: #BBA5E5;
}
</style>
background-color css
<style>
a { background-color: #BBA5E5; }
a { background-color: rgb(187,165,229); }
div.DivClassName
{
background-color: #BBA5E5;
}
.BgClassName
{
background-color: #BBA5E5;
}
</style>
border-color css
<style>
span { border-color: #BBA5E5; }
span { border-color: rgb(187,165,229); }
td.TdClassName
{
border-color: #BBA5E5;
}
.TagClassName
{
border-color: #BBA5E5;
}
</style>