Shades of Perfume #BB92EC
Tints of Perfume #BB92EC
RGB
CMYK
RGB Variations
Color information
#BB92EC (or 0xBB92EC) is known color: Perfume. HEX triplet: BB, 92 and EC. RGB value is (187,146,236). Sum of RGB (Red+Green+Blue) = 187+146+236=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92EC is #446D13. Grayscale: #A8A8A8. Windows color (decimal): -4484372 or 15504059. OLE color: 15504059.
HSL color Cylindrical-coordinate representation of color #BB92EC: hue angle of 267.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB92EC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 146 | 236 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.07 |
| HSL | 267.33º | 0.7% | 0.75% | - |
| HSV(B) | 267.33º | 0.38% | 0.93% | - |
| XYZ | 45.91 | 37.18 | 84.11 | - |
| YUV | 168.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 236 | 0.21 | 0.38 | 0 | 0.07 | 267.33 | 0.7 | 0.75 |
| Hex | BB | 92 | EC | 15 | 26 | 0 | 7 | 10B | 46 | 4B |
| Octal | 273 | 222 | 354 | 25 | 46 | 0 | 7 | 413 | 106 | 113 |
| Binary | 10111011 | 10010010 | 11101100 | 10101 | 100110 | 0 | 111 | 100001011 | 1000110 | 1001011 |
Color Harmonies of #BB92EC
Complementary color
Monochromatic Colors of #BB92EC
Black with #BB92EC
Text Example
Text Example
White with #BB92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92EC; }
p { color: rgb(187,146,236); }
H1.HeaderClassName
{
color: #BB92EC;
}
.AnyTagClassName
{
color: #BB92EC;
}
</style>
background-color css
<style>
a { background-color: #BB92EC; }
a { background-color: rgb(187,146,236); }
div.DivClassName
{
background-color: #BB92EC;
}
.BgClassName
{
background-color: #BB92EC;
}
</style>
border-color css
<style>
span { border-color: #BB92EC; }
span { border-color: rgb(187,146,236); }
td.TdClassName
{
border-color: #BB92EC;
}
.TagClassName
{
border-color: #BB92EC;
}
</style>