Shades of Perfume #BBA7DD
Tints of Perfume #BBA7DD
RGB
CMYK
RGB Variations
Color information
#BBA7DD (or 0xBBA7DD) is known color: Perfume. HEX triplet: BB, A7 and DD. RGB value is (187,167,221). Sum of RGB (Red+Green+Blue) = 187+167+221=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7DD is #445822. Grayscale: #B2B2B2. Windows color (decimal): -4479011 or 14526395. OLE color: 14526395.
HSL color Cylindrical-coordinate representation of color #BBA7DD: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA7DD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 167 | 221 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.13 |
| HSL | 262.22º | 0.44% | 0.76% | - |
| HSV(B) | 262.22º | 0.24% | 0.87% | - |
| XYZ | 47.36 | 43.42 | 74.29 | - |
| YUV | 179.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 221 | 0.15 | 0.24 | 0 | 0.13 | 262.22 | 0.44 | 0.76 |
| Hex | BB | A7 | DD | F | 18 | 0 | D | 106 | 2C | 4C |
| Octal | 273 | 247 | 335 | 17 | 30 | 0 | 15 | 406 | 54 | 114 |
| Binary | 10111011 | 10100111 | 11011101 | 1111 | 11000 | 0 | 1101 | 100000110 | 101100 | 1001100 |
Color Harmonies of #BBA7DD
Complementary color
Monochromatic Colors of #BBA7DD
Black with #BBA7DD
Text Example
Text Example
White with #BBA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7DD; }
p { color: rgb(187,167,221); }
H1.HeaderClassName
{
color: #BBA7DD;
}
.AnyTagClassName
{
color: #BBA7DD;
}
</style>
background-color css
<style>
a { background-color: #BBA7DD; }
a { background-color: rgb(187,167,221); }
div.DivClassName
{
background-color: #BBA7DD;
}
.BgClassName
{
background-color: #BBA7DD;
}
</style>
border-color css
<style>
span { border-color: #BBA7DD; }
span { border-color: rgb(187,167,221); }
td.TdClassName
{
border-color: #BBA7DD;
}
.TagClassName
{
border-color: #BBA7DD;
}
</style>