Shades of Perfume #BBA6DD
Tints of Perfume #BBA6DD
RGB
CMYK
RGB Variations
Color information
#BBA6DD (or 0xBBA6DD) is known color: Perfume. HEX triplet: BB, A6 and DD. RGB value is (187,166,221). Sum of RGB (Red+Green+Blue) = 187+166+221=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6DD is #445922. Grayscale: #B2B2B2. Windows color (decimal): -4479267 or 14526139. OLE color: 14526139.
HSL color Cylindrical-coordinate representation of color #BBA6DD: hue angle of 262.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA6DD is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 166 | 221 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.13 |
| HSL | 262.91º | 0.45% | 0.76% | - |
| HSV(B) | 262.91º | 0.25% | 0.87% | - |
| XYZ | 47.18 | 43.06 | 74.23 | - |
| YUV | 178.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 221 | 0.15 | 0.25 | 0 | 0.13 | 262.91 | 0.45 | 0.76 |
| Hex | BB | A6 | DD | F | 19 | 0 | D | 107 | 2D | 4C |
| Octal | 273 | 246 | 335 | 17 | 31 | 0 | 15 | 407 | 55 | 114 |
| Binary | 10111011 | 10100110 | 11011101 | 1111 | 11001 | 0 | 1101 | 100000111 | 101101 | 1001100 |
Color Harmonies of #BBA6DD
Complementary color
Monochromatic Colors of #BBA6DD
Black with #BBA6DD
Text Example
Text Example
White with #BBA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6DD; }
p { color: rgb(187,166,221); }
H1.HeaderClassName
{
color: #BBA6DD;
}
.AnyTagClassName
{
color: #BBA6DD;
}
</style>
background-color css
<style>
a { background-color: #BBA6DD; }
a { background-color: rgb(187,166,221); }
div.DivClassName
{
background-color: #BBA6DD;
}
.BgClassName
{
background-color: #BBA6DD;
}
</style>
border-color css
<style>
span { border-color: #BBA6DD; }
span { border-color: rgb(187,166,221); }
td.TdClassName
{
border-color: #BBA6DD;
}
.TagClassName
{
border-color: #BBA6DD;
}
</style>