Shades of Perfume #BB9CF5
Tints of Perfume #BB9CF5
RGB
CMYK
RGB Variations
Color information
#BB9CF5 (or 0xBB9CF5) is known color: Perfume. HEX triplet: BB, 9C and F5. RGB value is (187,156,245). Sum of RGB (Red+Green+Blue) = 187+156+245=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB9CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CF5 is #44630A. Grayscale: #AFAFAF. Windows color (decimal): -4481803 or 16096443. OLE color: 16096443.
HSL color Cylindrical-coordinate representation of color #BB9CF5: hue angle of 260.9º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9CF5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 156 | 245 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.04 |
| HSL | 260.9º | 0.82% | 0.79% | - |
| HSV(B) | 260.9º | 0.36% | 0.96% | - |
| XYZ | 48.86 | 40.93 | 91.71 | - |
| YUV | 175.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 245 | 0.24 | 0.36 | 0 | 0.04 | 260.9 | 0.82 | 0.79 |
| Hex | BB | 9C | F5 | 18 | 24 | 0 | 4 | 105 | 52 | 4F |
| Octal | 273 | 234 | 365 | 30 | 44 | 0 | 4 | 405 | 122 | 117 |
| Binary | 10111011 | 10011100 | 11110101 | 11000 | 100100 | 0 | 100 | 100000101 | 1010010 | 1001111 |
Color Harmonies of #BB9CF5
Complementary color
Monochromatic Colors of #BB9CF5
Black with #BB9CF5
Text Example
Text Example
White with #BB9CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CF5; }
p { color: rgb(187,156,245); }
H1.HeaderClassName
{
color: #BB9CF5;
}
.AnyTagClassName
{
color: #BB9CF5;
}
</style>
background-color css
<style>
a { background-color: #BB9CF5; }
a { background-color: rgb(187,156,245); }
div.DivClassName
{
background-color: #BB9CF5;
}
.BgClassName
{
background-color: #BB9CF5;
}
</style>
border-color css
<style>
span { border-color: #BB9CF5; }
span { border-color: rgb(187,156,245); }
td.TdClassName
{
border-color: #BB9CF5;
}
.TagClassName
{
border-color: #BB9CF5;
}
</style>