Shades of Perfume #BB92F0
Tints of Perfume #BB92F0
RGB
CMYK
RGB Variations
Color information
#BB92F0 (or 0xBB92F0) is known color: Perfume. HEX triplet: BB, 92 and F0. RGB value is (187,146,240). Sum of RGB (Red+Green+Blue) = 187+146+240=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92F0 is #446D0F. Grayscale: #A8A8A8. Windows color (decimal): -4484368 or 15766203. OLE color: 15766203.
HSL color Cylindrical-coordinate representation of color #BB92F0: hue angle of 266.17º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB92F0 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 146 | 240 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.06 |
| HSL | 266.17º | 0.76% | 0.76% | - |
| HSV(B) | 266.17º | 0.39% | 0.94% | - |
| XYZ | 46.5 | 37.41 | 87.21 | - |
| YUV | 168.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 240 | 0.22 | 0.39 | 0 | 0.06 | 266.17 | 0.76 | 0.76 |
| Hex | BB | 92 | F0 | 16 | 27 | 0 | 6 | 10A | 4C | 4C |
| Octal | 273 | 222 | 360 | 26 | 47 | 0 | 6 | 412 | 114 | 114 |
| Binary | 10111011 | 10010010 | 11110000 | 10110 | 100111 | 0 | 110 | 100001010 | 1001100 | 1001100 |
Color Harmonies of #BB92F0
Complementary color
Monochromatic Colors of #BB92F0
Black with #BB92F0
Text Example
Text Example
White with #BB92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92F0; }
p { color: rgb(187,146,240); }
H1.HeaderClassName
{
color: #BB92F0;
}
.AnyTagClassName
{
color: #BB92F0;
}
</style>
background-color css
<style>
a { background-color: #BB92F0; }
a { background-color: rgb(187,146,240); }
div.DivClassName
{
background-color: #BB92F0;
}
.BgClassName
{
background-color: #BB92F0;
}
</style>
border-color css
<style>
span { border-color: #BB92F0; }
span { border-color: rgb(187,146,240); }
td.TdClassName
{
border-color: #BB92F0;
}
.TagClassName
{
border-color: #BB92F0;
}
</style>