Shades of Perfume #BB9DF3
Tints of Perfume #BB9DF3
RGB
CMYK
RGB Variations
Color information
#BB9DF3 (or 0xBB9DF3) is known color: Perfume. HEX triplet: BB, 9D and F3. RGB value is (187,157,243). Sum of RGB (Red+Green+Blue) = 187+157+243=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF3 is #44620C. Grayscale: #AFAFAF. Windows color (decimal): -4481549 or 15965627. OLE color: 15965627.
HSL color Cylindrical-coordinate representation of color #BB9DF3: hue angle of 260.93º degrees, saturation: 0.78, 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 #BB9DF3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 157 | 243 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.05 |
| HSL | 260.93º | 0.78% | 0.78% | - |
| HSV(B) | 260.93º | 0.35% | 0.95% | - |
| XYZ | 48.73 | 41.15 | 90.17 | - |
| YUV | 175.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 243 | 0.23 | 0.35 | 0 | 0.05 | 260.93 | 0.78 | 0.78 |
| Hex | BB | 9D | F3 | 17 | 23 | 0 | 5 | 105 | 4E | 4E |
| Octal | 273 | 235 | 363 | 27 | 43 | 0 | 5 | 405 | 116 | 116 |
| Binary | 10111011 | 10011101 | 11110011 | 10111 | 100011 | 0 | 101 | 100000101 | 1001110 | 1001110 |
Color Harmonies of #BB9DF3
Complementary color
Monochromatic Colors of #BB9DF3
Black with #BB9DF3
Text Example
Text Example
White with #BB9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DF3; }
p { color: rgb(187,157,243); }
H1.HeaderClassName
{
color: #BB9DF3;
}
.AnyTagClassName
{
color: #BB9DF3;
}
</style>
background-color css
<style>
a { background-color: #BB9DF3; }
a { background-color: rgb(187,157,243); }
div.DivClassName
{
background-color: #BB9DF3;
}
.BgClassName
{
background-color: #BB9DF3;
}
</style>
border-color css
<style>
span { border-color: #BB9DF3; }
span { border-color: rgb(187,157,243); }
td.TdClassName
{
border-color: #BB9DF3;
}
.TagClassName
{
border-color: #BB9DF3;
}
</style>