Shades of Perfume #BBA1DF
Tints of Perfume #BBA1DF
RGB
CMYK
RGB Variations
Color information
#BBA1DF (or 0xBBA1DF) is known color: Perfume. HEX triplet: BB, A1 and DF. RGB value is (187,161,223). Sum of RGB (Red+Green+Blue) = 187+161+223=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1DF is #445E20. Grayscale: #AFAFAF. Windows color (decimal): -4480545 or 14655931. OLE color: 14655931.
HSL color Cylindrical-coordinate representation of color #BBA1DF: hue angle of 265.16º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA1DF is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 161 | 223 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 265.16º | 0.49% | 0.75% | - |
| HSV(B) | 265.16º | 0.28% | 0.87% | - |
| XYZ | 46.56 | 41.38 | 75.35 | - |
| YUV | 175.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 223 | 0.16 | 0.28 | 0 | 0.13 | 265.16 | 0.49 | 0.75 |
| Hex | BB | A1 | DF | 10 | 1C | 0 | D | 109 | 31 | 4B |
| Octal | 273 | 241 | 337 | 20 | 34 | 0 | 15 | 411 | 61 | 113 |
| Binary | 10111011 | 10100001 | 11011111 | 10000 | 11100 | 0 | 1101 | 100001001 | 110001 | 1001011 |
Color Harmonies of #BBA1DF
Complementary color
Monochromatic Colors of #BBA1DF
Black with #BBA1DF
Text Example
Text Example
White with #BBA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1DF; }
p { color: rgb(187,161,223); }
H1.HeaderClassName
{
color: #BBA1DF;
}
.AnyTagClassName
{
color: #BBA1DF;
}
</style>
background-color css
<style>
a { background-color: #BBA1DF; }
a { background-color: rgb(187,161,223); }
div.DivClassName
{
background-color: #BBA1DF;
}
.BgClassName
{
background-color: #BBA1DF;
}
</style>
border-color css
<style>
span { border-color: #BBA1DF; }
span { border-color: rgb(187,161,223); }
td.TdClassName
{
border-color: #BBA1DF;
}
.TagClassName
{
border-color: #BBA1DF;
}
</style>