Shades of Perfume #BB9DF2
Tints of Perfume #BB9DF2
RGB
CMYK
RGB Variations
Color information
#BB9DF2 (or 0xBB9DF2) is known color: Perfume. HEX triplet: BB, 9D and F2. RGB value is (187,157,242). Sum of RGB (Red+Green+Blue) = 187+157+242=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF2 is #44620D. Grayscale: #AFAFAF. Windows color (decimal): -4481550 or 15900091. OLE color: 15900091.
HSL color Cylindrical-coordinate representation of color #BB9DF2: hue angle of 261.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9DF2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 157 | 242 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 261.18º | 0.77% | 0.78% | - |
| HSV(B) | 261.18º | 0.35% | 0.95% | - |
| XYZ | 48.58 | 41.09 | 89.38 | - |
| YUV | 175.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 242 | 0.23 | 0.35 | 0 | 0.05 | 261.18 | 0.77 | 0.78 |
| Hex | BB | 9D | F2 | 17 | 23 | 0 | 5 | 105 | 4D | 4E |
| Octal | 273 | 235 | 362 | 27 | 43 | 0 | 5 | 405 | 115 | 116 |
| Binary | 10111011 | 10011101 | 11110010 | 10111 | 100011 | 0 | 101 | 100000101 | 1001101 | 1001110 |
Color Harmonies of #BB9DF2
Complementary color
Monochromatic Colors of #BB9DF2
Black with #BB9DF2
Text Example
Text Example
White with #BB9DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DF2; }
p { color: rgb(187,157,242); }
H1.HeaderClassName
{
color: #BB9DF2;
}
.AnyTagClassName
{
color: #BB9DF2;
}
</style>
background-color css
<style>
a { background-color: #BB9DF2; }
a { background-color: rgb(187,157,242); }
div.DivClassName
{
background-color: #BB9DF2;
}
.BgClassName
{
background-color: #BB9DF2;
}
</style>
border-color css
<style>
span { border-color: #BB9DF2; }
span { border-color: rgb(187,157,242); }
td.TdClassName
{
border-color: #BB9DF2;
}
.TagClassName
{
border-color: #BB9DF2;
}
</style>