Shades of Perfume #BBA5DA
Tints of Perfume #BBA5DA
RGB
CMYK
RGB Variations
Color information
#BBA5DA (or 0xBBA5DA) is known color: Perfume. HEX triplet: BB, A5 and DA. RGB value is (187,165,218). Sum of RGB (Red+Green+Blue) = 187+165+218=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5DA is #445A25. Grayscale: #B1B1B1. Windows color (decimal): -4479526 or 14329275. OLE color: 14329275.
HSL color Cylindrical-coordinate representation of color #BBA5DA: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA5DA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 165 | 218 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.15 |
| HSL | 264.91º | 0.42% | 0.75% | - |
| HSV(B) | 264.91º | 0.24% | 0.85% | - |
| XYZ | 46.6 | 42.54 | 72.08 | - |
| YUV | 177.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 218 | 0.14 | 0.24 | 0 | 0.15 | 264.91 | 0.42 | 0.75 |
| Hex | BB | A5 | DA | E | 18 | 0 | F | 109 | 2A | 4B |
| Octal | 273 | 245 | 332 | 16 | 30 | 0 | 17 | 411 | 52 | 113 |
| Binary | 10111011 | 10100101 | 11011010 | 1110 | 11000 | 0 | 1111 | 100001001 | 101010 | 1001011 |
Color Harmonies of #BBA5DA
Complementary color
Monochromatic Colors of #BBA5DA
Black with #BBA5DA
Text Example
Text Example
White with #BBA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5DA; }
p { color: rgb(187,165,218); }
H1.HeaderClassName
{
color: #BBA5DA;
}
.AnyTagClassName
{
color: #BBA5DA;
}
</style>
background-color css
<style>
a { background-color: #BBA5DA; }
a { background-color: rgb(187,165,218); }
div.DivClassName
{
background-color: #BBA5DA;
}
.BgClassName
{
background-color: #BBA5DA;
}
</style>
border-color css
<style>
span { border-color: #BBA5DA; }
span { border-color: rgb(187,165,218); }
td.TdClassName
{
border-color: #BBA5DA;
}
.TagClassName
{
border-color: #BBA5DA;
}
</style>