Shades of Perfume #BB9FEC
Tints of Perfume #BB9FEC
RGB
CMYK
RGB Variations
Color information
#BB9FEC (or 0xBB9FEC) is known color: Perfume. HEX triplet: BB, 9F and EC. RGB value is (187,159,236). Sum of RGB (Red+Green+Blue) = 187+159+236=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FEC is #446013. Grayscale: #AFAFAF. Windows color (decimal): -4481044 or 15507387. OLE color: 15507387.
HSL color Cylindrical-coordinate representation of color #BB9FEC: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9FEC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 159 | 236 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 261.82º | 0.67% | 0.77% | - |
| HSV(B) | 261.82º | 0.33% | 0.93% | - |
| XYZ | 48.03 | 41.42 | 84.82 | - |
| YUV | 176.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 236 | 0.21 | 0.33 | 0 | 0.07 | 261.82 | 0.67 | 0.77 |
| Hex | BB | 9F | EC | 15 | 21 | 0 | 7 | 106 | 43 | 4D |
| Octal | 273 | 237 | 354 | 25 | 41 | 0 | 7 | 406 | 103 | 115 |
| Binary | 10111011 | 10011111 | 11101100 | 10101 | 100001 | 0 | 111 | 100000110 | 1000011 | 1001101 |
Color Harmonies of #BB9FEC
Complementary color
Monochromatic Colors of #BB9FEC
Black with #BB9FEC
Text Example
Text Example
White with #BB9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FEC; }
p { color: rgb(187,159,236); }
H1.HeaderClassName
{
color: #BB9FEC;
}
.AnyTagClassName
{
color: #BB9FEC;
}
</style>
background-color css
<style>
a { background-color: #BB9FEC; }
a { background-color: rgb(187,159,236); }
div.DivClassName
{
background-color: #BB9FEC;
}
.BgClassName
{
background-color: #BB9FEC;
}
</style>
border-color css
<style>
span { border-color: #BB9FEC; }
span { border-color: rgb(187,159,236); }
td.TdClassName
{
border-color: #BB9FEC;
}
.TagClassName
{
border-color: #BB9FEC;
}
</style>