Shades of Perfume #BB9AEF
Tints of Perfume #BB9AEF
RGB
CMYK
RGB Variations
Color information
#BB9AEF (or 0xBB9AEF) is known color: Perfume. HEX triplet: BB, 9A and EF. RGB value is (187,154,239). Sum of RGB (Red+Green+Blue) = 187+154+239=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB9AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AEF is #446510. Grayscale: #ADADAD. Windows color (decimal): -4482321 or 15702715. OLE color: 15702715.
HSL color Cylindrical-coordinate representation of color #BB9AEF: hue angle of 263.29º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9AEF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 154 | 239 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.06 |
| HSL | 263.29º | 0.73% | 0.77% | - |
| HSV(B) | 263.29º | 0.36% | 0.94% | - |
| XYZ | 47.63 | 39.91 | 86.85 | - |
| YUV | 173.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 239 | 0.22 | 0.36 | 0 | 0.06 | 263.29 | 0.73 | 0.77 |
| Hex | BB | 9A | EF | 16 | 24 | 0 | 6 | 107 | 49 | 4D |
| Octal | 273 | 232 | 357 | 26 | 44 | 0 | 6 | 407 | 111 | 115 |
| Binary | 10111011 | 10011010 | 11101111 | 10110 | 100100 | 0 | 110 | 100000111 | 1001001 | 1001101 |
Color Harmonies of #BB9AEF
Complementary color
Monochromatic Colors of #BB9AEF
Black with #BB9AEF
Text Example
Text Example
White with #BB9AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AEF; }
p { color: rgb(187,154,239); }
H1.HeaderClassName
{
color: #BB9AEF;
}
.AnyTagClassName
{
color: #BB9AEF;
}
</style>
background-color css
<style>
a { background-color: #BB9AEF; }
a { background-color: rgb(187,154,239); }
div.DivClassName
{
background-color: #BB9AEF;
}
.BgClassName
{
background-color: #BB9AEF;
}
</style>
border-color css
<style>
span { border-color: #BB9AEF; }
span { border-color: rgb(187,154,239); }
td.TdClassName
{
border-color: #BB9AEF;
}
.TagClassName
{
border-color: #BB9AEF;
}
</style>