Shades of Perfume #BB96E4
Tints of Perfume #BB96E4
RGB
CMYK
RGB Variations
Color information
#BB96E4 (or 0xBB96E4) is known color: Perfume. HEX triplet: BB, 96 and E4. RGB value is (187,150,228). Sum of RGB (Red+Green+Blue) = 187+150+228=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96E4 is #44691B. Grayscale: #A9A9A9. Windows color (decimal): -4483356 or 14980795. OLE color: 14980795.
HSL color Cylindrical-coordinate representation of color #BB96E4: hue angle of 268.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB96E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 150 | 228 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.11 |
| HSL | 268.46º | 0.59% | 0.74% | - |
| HSV(B) | 268.46º | 0.34% | 0.89% | - |
| XYZ | 45.4 | 37.98 | 78.34 | - |
| YUV | 169.96 | 160.76 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 228 | 0.18 | 0.34 | 0 | 0.11 | 268.46 | 0.59 | 0.74 |
| Hex | BB | 96 | E4 | 12 | 22 | 0 | B | 10C | 3B | 4A |
| Octal | 273 | 226 | 344 | 22 | 42 | 0 | 13 | 414 | 73 | 112 |
| Binary | 10111011 | 10010110 | 11100100 | 10010 | 100010 | 0 | 1011 | 100001100 | 111011 | 1001010 |
Color Harmonies of #BB96E4
Complementary color
Monochromatic Colors of #BB96E4
Black with #BB96E4
Text Example
Text Example
White with #BB96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E4; }
p { color: rgb(187,150,228); }
H1.HeaderClassName
{
color: #BB96E4;
}
.AnyTagClassName
{
color: #BB96E4;
}
</style>
background-color css
<style>
a { background-color: #BB96E4; }
a { background-color: rgb(187,150,228); }
div.DivClassName
{
background-color: #BB96E4;
}
.BgClassName
{
background-color: #BB96E4;
}
</style>
border-color css
<style>
span { border-color: #BB96E4; }
span { border-color: rgb(187,150,228); }
td.TdClassName
{
border-color: #BB96E4;
}
.TagClassName
{
border-color: #BB96E4;
}
</style>