Shades of Perfume #BB9DF0
Tints of Perfume #BB9DF0
RGB
CMYK
RGB Variations
Color information
#BB9DF0 (or 0xBB9DF0) is known color: Perfume. HEX triplet: BB, 9D and F0. RGB value is (187,157,240). Sum of RGB (Red+Green+Blue) = 187+157+240=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF0 is #44620F. Grayscale: #AFAFAF. Windows color (decimal): -4481552 or 15769019. OLE color: 15769019.
HSL color Cylindrical-coordinate representation of color #BB9DF0: hue angle of 261.69º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9DF0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 157 | 240 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.06 |
| HSL | 261.69º | 0.73% | 0.78% | - |
| HSV(B) | 261.69º | 0.35% | 0.94% | - |
| XYZ | 48.28 | 40.97 | 87.8 | - |
| YUV | 175.43 | 164.44 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 240 | 0.22 | 0.35 | 0 | 0.06 | 261.69 | 0.73 | 0.78 |
| Hex | BB | 9D | F0 | 16 | 23 | 0 | 6 | 106 | 49 | 4E |
| Octal | 273 | 235 | 360 | 26 | 43 | 0 | 6 | 406 | 111 | 116 |
| Binary | 10111011 | 10011101 | 11110000 | 10110 | 100011 | 0 | 110 | 100000110 | 1001001 | 1001110 |
Color Harmonies of #BB9DF0
Complementary color
Monochromatic Colors of #BB9DF0
Black with #BB9DF0
Text Example
Text Example
White with #BB9DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DF0; }
p { color: rgb(187,157,240); }
H1.HeaderClassName
{
color: #BB9DF0;
}
.AnyTagClassName
{
color: #BB9DF0;
}
</style>
background-color css
<style>
a { background-color: #BB9DF0; }
a { background-color: rgb(187,157,240); }
div.DivClassName
{
background-color: #BB9DF0;
}
.BgClassName
{
background-color: #BB9DF0;
}
</style>
border-color css
<style>
span { border-color: #BB9DF0; }
span { border-color: rgb(187,157,240); }
td.TdClassName
{
border-color: #BB9DF0;
}
.TagClassName
{
border-color: #BB9DF0;
}
</style>