Shades of Perfume #BB9BE9
Tints of Perfume #BB9BE9
RGB
CMYK
RGB Variations
Color information
#BB9BE9 (or 0xBB9BE9) is known color: Perfume. HEX triplet: BB, 9B and E9. RGB value is (187,155,233). Sum of RGB (Red+Green+Blue) = 187+155+233=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BE9 is #446416. Grayscale: #ADADAD. Windows color (decimal): -4482071 or 15309755. OLE color: 15309755.
HSL color Cylindrical-coordinate representation of color #BB9BE9: hue angle of 264.62º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9BE9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 155 | 233 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.09 |
| HSL | 264.62º | 0.64% | 0.76% | - |
| HSV(B) | 264.62º | 0.33% | 0.91% | - |
| XYZ | 46.92 | 39.89 | 82.32 | - |
| YUV | 173.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 233 | 0.20 | 0.33 | 0 | 0.09 | 264.62 | 0.64 | 0.76 |
| Hex | BB | 9B | E9 | 14 | 21 | 0 | 9 | 109 | 40 | 4C |
| Octal | 273 | 233 | 351 | 24 | 41 | 0 | 11 | 411 | 100 | 114 |
| Binary | 10111011 | 10011011 | 11101001 | 10100 | 100001 | 0 | 1001 | 100001001 | 1000000 | 1001100 |
Color Harmonies of #BB9BE9
Complementary color
Monochromatic Colors of #BB9BE9
Black with #BB9BE9
Text Example
Text Example
White with #BB9BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BE9; }
p { color: rgb(187,155,233); }
H1.HeaderClassName
{
color: #BB9BE9;
}
.AnyTagClassName
{
color: #BB9BE9;
}
</style>
background-color css
<style>
a { background-color: #BB9BE9; }
a { background-color: rgb(187,155,233); }
div.DivClassName
{
background-color: #BB9BE9;
}
.BgClassName
{
background-color: #BB9BE9;
}
</style>
border-color css
<style>
span { border-color: #BB9BE9; }
span { border-color: rgb(187,155,233); }
td.TdClassName
{
border-color: #BB9BE9;
}
.TagClassName
{
border-color: #BB9BE9;
}
</style>