Shades of Perfume #BB9AE1
Tints of Perfume #BB9AE1
RGB
CMYK
RGB Variations
Color information
#BB9AE1 (or 0xBB9AE1) is known color: Perfume. HEX triplet: BB, 9A and E1. RGB value is (187,154,225). Sum of RGB (Red+Green+Blue) = 187+154+225=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AE1 is #44651E. Grayscale: #ABABAB. Windows color (decimal): -4482335 or 14785211. OLE color: 14785211.
HSL color Cylindrical-coordinate representation of color #BB9AE1: hue angle of 267.89º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9AE1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 154 | 225 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.12 |
| HSL | 267.89º | 0.54% | 0.74% | - |
| HSV(B) | 267.89º | 0.32% | 0.88% | - |
| XYZ | 45.64 | 39.11 | 76.38 | - |
| YUV | 171.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 225 | 0.17 | 0.32 | 0 | 0.12 | 267.89 | 0.54 | 0.74 |
| Hex | BB | 9A | E1 | 11 | 20 | 0 | C | 10C | 36 | 4A |
| Octal | 273 | 232 | 341 | 21 | 40 | 0 | 14 | 414 | 66 | 112 |
| Binary | 10111011 | 10011010 | 11100001 | 10001 | 100000 | 0 | 1100 | 100001100 | 110110 | 1001010 |
Color Harmonies of #BB9AE1
Complementary color
Monochromatic Colors of #BB9AE1
Black with #BB9AE1
Text Example
Text Example
White with #BB9AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AE1; }
p { color: rgb(187,154,225); }
H1.HeaderClassName
{
color: #BB9AE1;
}
.AnyTagClassName
{
color: #BB9AE1;
}
</style>
background-color css
<style>
a { background-color: #BB9AE1; }
a { background-color: rgb(187,154,225); }
div.DivClassName
{
background-color: #BB9AE1;
}
.BgClassName
{
background-color: #BB9AE1;
}
</style>
border-color css
<style>
span { border-color: #BB9AE1; }
span { border-color: rgb(187,154,225); }
td.TdClassName
{
border-color: #BB9AE1;
}
.TagClassName
{
border-color: #BB9AE1;
}
</style>