Shades of Perfume #BB9CE9
Tints of Perfume #BB9CE9
RGB
CMYK
RGB Variations
Color information
#BB9CE9 (or 0xBB9CE9) is known color: Perfume. HEX triplet: BB, 9C and E9. RGB value is (187,156,233). Sum of RGB (Red+Green+Blue) = 187+156+233=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB9CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CE9 is #446316. Grayscale: #ADADAD. Windows color (decimal): -4481815 or 15310011. OLE color: 15310011.
HSL color Cylindrical-coordinate representation of color #BB9CE9: hue angle of 264.16º 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 #BB9CE9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 156 | 233 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.09 |
| HSL | 264.16º | 0.64% | 0.76% | - |
| HSV(B) | 264.16º | 0.33% | 0.91% | - |
| XYZ | 47.09 | 40.22 | 82.37 | - |
| YUV | 174.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 233 | 0.20 | 0.33 | 0 | 0.09 | 264.16 | 0.64 | 0.76 |
| Hex | BB | 9C | E9 | 14 | 21 | 0 | 9 | 108 | 40 | 4C |
| Octal | 273 | 234 | 351 | 24 | 41 | 0 | 11 | 410 | 100 | 114 |
| Binary | 10111011 | 10011100 | 11101001 | 10100 | 100001 | 0 | 1001 | 100001000 | 1000000 | 1001100 |
Color Harmonies of #BB9CE9
Complementary color
Monochromatic Colors of #BB9CE9
Black with #BB9CE9
Text Example
Text Example
White with #BB9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CE9; }
p { color: rgb(187,156,233); }
H1.HeaderClassName
{
color: #BB9CE9;
}
.AnyTagClassName
{
color: #BB9CE9;
}
</style>
background-color css
<style>
a { background-color: #BB9CE9; }
a { background-color: rgb(187,156,233); }
div.DivClassName
{
background-color: #BB9CE9;
}
.BgClassName
{
background-color: #BB9CE9;
}
</style>
border-color css
<style>
span { border-color: #BB9CE9; }
span { border-color: rgb(187,156,233); }
td.TdClassName
{
border-color: #BB9CE9;
}
.TagClassName
{
border-color: #BB9CE9;
}
</style>