Shades of Perfume #BBA1D5
Tints of Perfume #BBA1D5
RGB
CMYK
RGB Variations
Color information
#BBA1D5 (or 0xBBA1D5) is known color: Perfume. HEX triplet: BB, A1 and D5. RGB value is (187,161,213). Sum of RGB (Red+Green+Blue) = 187+161+213=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1D5 is #445E2A. Grayscale: #AEAEAE. Windows color (decimal): -4480555 or 14000571. OLE color: 14000571.
HSL color Cylindrical-coordinate representation of color #BBA1D5: hue angle of 270º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA1D5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 161 | 213 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.16 |
| HSL | 270º | 0.38% | 0.73% | - |
| HSV(B) | 270º | 0.24% | 0.84% | - |
| XYZ | 45.25 | 40.86 | 68.45 | - |
| YUV | 174.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 213 | 0.12 | 0.24 | 0 | 0.16 | 270 | 0.38 | 0.73 |
| Hex | BB | A1 | D5 | C | 18 | 0 | 10 | 10E | 26 | 49 |
| Octal | 273 | 241 | 325 | 14 | 30 | 0 | 20 | 416 | 46 | 111 |
| Binary | 10111011 | 10100001 | 11010101 | 1100 | 11000 | 0 | 10000 | 100001110 | 100110 | 1001001 |
Color Harmonies of #BBA1D5
Complementary color
Monochromatic Colors of #BBA1D5
Black with #BBA1D5
Text Example
Text Example
White with #BBA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1D5; }
p { color: rgb(187,161,213); }
H1.HeaderClassName
{
color: #BBA1D5;
}
.AnyTagClassName
{
color: #BBA1D5;
}
</style>
background-color css
<style>
a { background-color: #BBA1D5; }
a { background-color: rgb(187,161,213); }
div.DivClassName
{
background-color: #BBA1D5;
}
.BgClassName
{
background-color: #BBA1D5;
}
</style>
border-color css
<style>
span { border-color: #BBA1D5; }
span { border-color: rgb(187,161,213); }
td.TdClassName
{
border-color: #BBA1D5;
}
.TagClassName
{
border-color: #BBA1D5;
}
</style>