Shades of Perfume #BB9AD6
Tints of Perfume #BB9AD6
RGB
CMYK
RGB Variations
Color information
#BB9AD6 (or 0xBB9AD6) is known color: Perfume. HEX triplet: BB, 9A and D6. RGB value is (187,154,214). Sum of RGB (Red+Green+Blue) = 187+154+214=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB9AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AD6 is #446529. Grayscale: #AAAAAA. Windows color (decimal): -4482346 or 14064315. OLE color: 14064315.
HSL color Cylindrical-coordinate representation of color #BB9AD6: hue angle of 273º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9AD6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 154 | 214 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.16 |
| HSL | 273º | 0.42% | 0.72% | - |
| HSV(B) | 273º | 0.28% | 0.84% | - |
| XYZ | 44.19 | 38.53 | 68.73 | - |
| YUV | 170.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 214 | 0.13 | 0.28 | 0 | 0.16 | 273 | 0.42 | 0.72 |
| Hex | BB | 9A | D6 | D | 1C | 0 | 10 | 111 | 2A | 48 |
| Octal | 273 | 232 | 326 | 15 | 34 | 0 | 20 | 421 | 52 | 110 |
| Binary | 10111011 | 10011010 | 11010110 | 1101 | 11100 | 0 | 10000 | 100010001 | 101010 | 1001000 |
Color Harmonies of #BB9AD6
Complementary color
Monochromatic Colors of #BB9AD6
Black with #BB9AD6
Text Example
Text Example
White with #BB9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AD6; }
p { color: rgb(187,154,214); }
H1.HeaderClassName
{
color: #BB9AD6;
}
.AnyTagClassName
{
color: #BB9AD6;
}
</style>
background-color css
<style>
a { background-color: #BB9AD6; }
a { background-color: rgb(187,154,214); }
div.DivClassName
{
background-color: #BB9AD6;
}
.BgClassName
{
background-color: #BB9AD6;
}
</style>
border-color css
<style>
span { border-color: #BB9AD6; }
span { border-color: rgb(187,154,214); }
td.TdClassName
{
border-color: #BB9AD6;
}
.TagClassName
{
border-color: #BB9AD6;
}
</style>