Shades of Perfume #BB92E9
Tints of Perfume #BB92E9
RGB
CMYK
RGB Variations
Color information
#BB92E9 (or 0xBB92E9) is known color: Perfume. HEX triplet: BB, 92 and E9. RGB value is (187,146,233). Sum of RGB (Red+Green+Blue) = 187+146+233=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92E9 is #446D16. Grayscale: #A7A7A7. Windows color (decimal): -4484375 or 15307451. OLE color: 15307451.
HSL color Cylindrical-coordinate representation of color #BB92E9: hue angle of 268.28º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB92E9 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 146 | 233 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.09 |
| HSL | 268.28º | 0.66% | 0.74% | - |
| HSV(B) | 268.28º | 0.37% | 0.91% | - |
| XYZ | 45.48 | 37.01 | 81.84 | - |
| YUV | 168.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 233 | 0.20 | 0.37 | 0 | 0.09 | 268.28 | 0.66 | 0.74 |
| Hex | BB | 92 | E9 | 14 | 25 | 0 | 9 | 10C | 42 | 4A |
| Octal | 273 | 222 | 351 | 24 | 45 | 0 | 11 | 414 | 102 | 112 |
| Binary | 10111011 | 10010010 | 11101001 | 10100 | 100101 | 0 | 1001 | 100001100 | 1000010 | 1001010 |
Color Harmonies of #BB92E9
Complementary color
Monochromatic Colors of #BB92E9
Black with #BB92E9
Text Example
Text Example
White with #BB92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92E9; }
p { color: rgb(187,146,233); }
H1.HeaderClassName
{
color: #BB92E9;
}
.AnyTagClassName
{
color: #BB92E9;
}
</style>
background-color css
<style>
a { background-color: #BB92E9; }
a { background-color: rgb(187,146,233); }
div.DivClassName
{
background-color: #BB92E9;
}
.BgClassName
{
background-color: #BB92E9;
}
</style>
border-color css
<style>
span { border-color: #BB92E9; }
span { border-color: rgb(187,146,233); }
td.TdClassName
{
border-color: #BB92E9;
}
.TagClassName
{
border-color: #BB92E9;
}
</style>