Shades of Perfume #BBA0D9
Tints of Perfume #BBA0D9
RGB
CMYK
RGB Variations
Color information
#BBA0D9 (or 0xBBA0D9) is known color: Perfume. HEX triplet: BB, A0 and D9. RGB value is (187,160,217). Sum of RGB (Red+Green+Blue) = 187+160+217=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D9 is #445F26. Grayscale: #AEAEAE. Windows color (decimal): -4480807 or 14262459. OLE color: 14262459.
HSL color Cylindrical-coordinate representation of color #BBA0D9: hue angle of 268.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA0D9 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 160 | 217 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.15 |
| HSL | 268.42º | 0.43% | 0.74% | - |
| HSV(B) | 268.42º | 0.26% | 0.85% | - |
| XYZ | 45.59 | 40.72 | 71.1 | - |
| YUV | 174.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 217 | 0.14 | 0.26 | 0 | 0.15 | 268.42 | 0.43 | 0.74 |
| Hex | BB | A0 | D9 | E | 1A | 0 | F | 10C | 2B | 4A |
| Octal | 273 | 240 | 331 | 16 | 32 | 0 | 17 | 414 | 53 | 112 |
| Binary | 10111011 | 10100000 | 11011001 | 1110 | 11010 | 0 | 1111 | 100001100 | 101011 | 1001010 |
Color Harmonies of #BBA0D9
Complementary color
Monochromatic Colors of #BBA0D9
Black with #BBA0D9
Text Example
Text Example
White with #BBA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0D9; }
p { color: rgb(187,160,217); }
H1.HeaderClassName
{
color: #BBA0D9;
}
.AnyTagClassName
{
color: #BBA0D9;
}
</style>
background-color css
<style>
a { background-color: #BBA0D9; }
a { background-color: rgb(187,160,217); }
div.DivClassName
{
background-color: #BBA0D9;
}
.BgClassName
{
background-color: #BBA0D9;
}
</style>
border-color css
<style>
span { border-color: #BBA0D9; }
span { border-color: rgb(187,160,217); }
td.TdClassName
{
border-color: #BBA0D9;
}
.TagClassName
{
border-color: #BBA0D9;
}
</style>