Shades of Perfume #BB9ED5
Tints of Perfume #BB9ED5
RGB
CMYK
RGB Variations
Color information
#BB9ED5 (or 0xBB9ED5) is known color: Perfume. HEX triplet: BB, 9E and D5. RGB value is (187,158,213). Sum of RGB (Red+Green+Blue) = 187+158+213=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ED5 is #44612A. Grayscale: #ACACAC. Windows color (decimal): -4481323 or 13999803. OLE color: 13999803.
HSL color Cylindrical-coordinate representation of color #BB9ED5: hue angle of 271.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9ED5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 158 | 213 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.16 |
| HSL | 271.64º | 0.4% | 0.73% | - |
| HSV(B) | 271.64º | 0.26% | 0.84% | - |
| XYZ | 44.73 | 39.82 | 68.28 | - |
| YUV | 172.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 213 | 0.12 | 0.26 | 0 | 0.16 | 271.64 | 0.4 | 0.73 |
| Hex | BB | 9E | D5 | C | 1A | 0 | 10 | 110 | 28 | 49 |
| Octal | 273 | 236 | 325 | 14 | 32 | 0 | 20 | 420 | 50 | 111 |
| Binary | 10111011 | 10011110 | 11010101 | 1100 | 11010 | 0 | 10000 | 100010000 | 101000 | 1001001 |
Color Harmonies of #BB9ED5
Complementary color
Monochromatic Colors of #BB9ED5
Black with #BB9ED5
Text Example
Text Example
White with #BB9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ED5; }
p { color: rgb(187,158,213); }
H1.HeaderClassName
{
color: #BB9ED5;
}
.AnyTagClassName
{
color: #BB9ED5;
}
</style>
background-color css
<style>
a { background-color: #BB9ED5; }
a { background-color: rgb(187,158,213); }
div.DivClassName
{
background-color: #BB9ED5;
}
.BgClassName
{
background-color: #BB9ED5;
}
</style>
border-color css
<style>
span { border-color: #BB9ED5; }
span { border-color: rgb(187,158,213); }
td.TdClassName
{
border-color: #BB9ED5;
}
.TagClassName
{
border-color: #BB9ED5;
}
</style>