Shades of Perfume #BB92E6
Tints of Perfume #BB92E6
RGB
CMYK
RGB Variations
Color information
#BB92E6 (or 0xBB92E6) is known color: Perfume. HEX triplet: BB, 92 and E6. RGB value is (187,146,230). Sum of RGB (Red+Green+Blue) = 187+146+230=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92E6 is #446D19. Grayscale: #A7A7A7. Windows color (decimal): -4484378 or 15110843. OLE color: 15110843.
HSL color Cylindrical-coordinate representation of color #BB92E6: hue angle of 269.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB92E6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 146 | 230 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.10 |
| HSL | 269.29º | 0.63% | 0.74% | - |
| HSV(B) | 269.29º | 0.37% | 0.9% | - |
| XYZ | 45.06 | 36.84 | 79.6 | - |
| YUV | 167.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 230 | 0.19 | 0.37 | 0 | 0.10 | 269.29 | 0.63 | 0.74 |
| Hex | BB | 92 | E6 | 13 | 25 | 0 | A | 10D | 3F | 4A |
| Octal | 273 | 222 | 346 | 23 | 45 | 0 | 12 | 415 | 77 | 112 |
| Binary | 10111011 | 10010010 | 11100110 | 10011 | 100101 | 0 | 1010 | 100001101 | 111111 | 1001010 |
Color Harmonies of #BB92E6
Complementary color
Monochromatic Colors of #BB92E6
Black with #BB92E6
Text Example
Text Example
White with #BB92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92E6; }
p { color: rgb(187,146,230); }
H1.HeaderClassName
{
color: #BB92E6;
}
.AnyTagClassName
{
color: #BB92E6;
}
</style>
background-color css
<style>
a { background-color: #BB92E6; }
a { background-color: rgb(187,146,230); }
div.DivClassName
{
background-color: #BB92E6;
}
.BgClassName
{
background-color: #BB92E6;
}
</style>
border-color css
<style>
span { border-color: #BB92E6; }
span { border-color: rgb(187,146,230); }
td.TdClassName
{
border-color: #BB92E6;
}
.TagClassName
{
border-color: #BB92E6;
}
</style>