Shades of Perfume #BB96E7
Tints of Perfume #BB96E7
RGB
CMYK
RGB Variations
Color information
#BB96E7 (or 0xBB96E7) is known color: Perfume. HEX triplet: BB, 96 and E7. RGB value is (187,150,231). Sum of RGB (Red+Green+Blue) = 187+150+231=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB96E7 is #446918. Grayscale: #AAAAAA. Windows color (decimal): -4483353 or 15177403. OLE color: 15177403.
HSL color Cylindrical-coordinate representation of color #BB96E7: hue angle of 267.41º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB96E7 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 150 | 231 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.09 |
| HSL | 267.41º | 0.63% | 0.75% | - |
| HSV(B) | 267.41º | 0.35% | 0.91% | - |
| XYZ | 45.82 | 38.15 | 80.55 | - |
| YUV | 170.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 231 | 0.19 | 0.35 | 0 | 0.09 | 267.41 | 0.63 | 0.75 |
| Hex | BB | 96 | E7 | 13 | 23 | 0 | 9 | 10B | 3F | 4B |
| Octal | 273 | 226 | 347 | 23 | 43 | 0 | 11 | 413 | 77 | 113 |
| Binary | 10111011 | 10010110 | 11100111 | 10011 | 100011 | 0 | 1001 | 100001011 | 111111 | 1001011 |
Color Harmonies of #BB96E7
Complementary color
Monochromatic Colors of #BB96E7
Black with #BB96E7
Text Example
Text Example
White with #BB96E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96E7; }
p { color: rgb(187,150,231); }
H1.HeaderClassName
{
color: #BB96E7;
}
.AnyTagClassName
{
color: #BB96E7;
}
</style>
background-color css
<style>
a { background-color: #BB96E7; }
a { background-color: rgb(187,150,231); }
div.DivClassName
{
background-color: #BB96E7;
}
.BgClassName
{
background-color: #BB96E7;
}
</style>
border-color css
<style>
span { border-color: #BB96E7; }
span { border-color: rgb(187,150,231); }
td.TdClassName
{
border-color: #BB96E7;
}
.TagClassName
{
border-color: #BB96E7;
}
</style>