Shades of Perfume #BB96F1
Tints of Perfume #BB96F1
RGB
CMYK
RGB Variations
Color information
#BB96F1 (or 0xBB96F1) is known color: Perfume. HEX triplet: BB, 96 and F1. RGB value is (187,150,241). Sum of RGB (Red+Green+Blue) = 187+150+241=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96F1 is #44690E. Grayscale: #ABABAB. Windows color (decimal): -4483343 or 15832763. OLE color: 15832763.
HSL color Cylindrical-coordinate representation of color #BB96F1: hue angle of 264.4º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB96F1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 150 | 241 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.05 |
| HSL | 264.4º | 0.76% | 0.77% | - |
| HSV(B) | 264.4º | 0.38% | 0.95% | - |
| XYZ | 47.28 | 38.73 | 88.2 | - |
| YUV | 171.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 241 | 0.22 | 0.38 | 0 | 0.05 | 264.4 | 0.76 | 0.77 |
| Hex | BB | 96 | F1 | 16 | 26 | 0 | 5 | 108 | 4C | 4D |
| Octal | 273 | 226 | 361 | 26 | 46 | 0 | 5 | 410 | 114 | 115 |
| Binary | 10111011 | 10010110 | 11110001 | 10110 | 100110 | 0 | 101 | 100001000 | 1001100 | 1001101 |
Color Harmonies of #BB96F1
Complementary color
Monochromatic Colors of #BB96F1
Black with #BB96F1
Text Example
Text Example
White with #BB96F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96F1; }
p { color: rgb(187,150,241); }
H1.HeaderClassName
{
color: #BB96F1;
}
.AnyTagClassName
{
color: #BB96F1;
}
</style>
background-color css
<style>
a { background-color: #BB96F1; }
a { background-color: rgb(187,150,241); }
div.DivClassName
{
background-color: #BB96F1;
}
.BgClassName
{
background-color: #BB96F1;
}
</style>
border-color css
<style>
span { border-color: #BB96F1; }
span { border-color: rgb(187,150,241); }
td.TdClassName
{
border-color: #BB96F1;
}
.TagClassName
{
border-color: #BB96F1;
}
</style>