Shades of Perfume #BB9FE6
Tints of Perfume #BB9FE6
RGB
CMYK
RGB Variations
Color information
#BB9FE6 (or 0xBB9FE6) is known color: Perfume. HEX triplet: BB, 9F and E6. RGB value is (187,159,230). Sum of RGB (Red+Green+Blue) = 187+159+230=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FE6 is #446019. Grayscale: #AFAFAF. Windows color (decimal): -4481050 or 15114171. OLE color: 15114171.
HSL color Cylindrical-coordinate representation of color #BB9FE6: hue angle of 263.66º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9FE6 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 159 | 230 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.10 |
| HSL | 263.66º | 0.59% | 0.76% | - |
| HSV(B) | 263.66º | 0.31% | 0.9% | - |
| XYZ | 47.17 | 41.07 | 80.3 | - |
| YUV | 175.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 230 | 0.19 | 0.31 | 0 | 0.10 | 263.66 | 0.59 | 0.76 |
| Hex | BB | 9F | E6 | 13 | 1F | 0 | A | 108 | 3B | 4C |
| Octal | 273 | 237 | 346 | 23 | 37 | 0 | 12 | 410 | 73 | 114 |
| Binary | 10111011 | 10011111 | 11100110 | 10011 | 11111 | 0 | 1010 | 100001000 | 111011 | 1001100 |
Color Harmonies of #BB9FE6
Complementary color
Monochromatic Colors of #BB9FE6
Black with #BB9FE6
Text Example
Text Example
White with #BB9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FE6; }
p { color: rgb(187,159,230); }
H1.HeaderClassName
{
color: #BB9FE6;
}
.AnyTagClassName
{
color: #BB9FE6;
}
</style>
background-color css
<style>
a { background-color: #BB9FE6; }
a { background-color: rgb(187,159,230); }
div.DivClassName
{
background-color: #BB9FE6;
}
.BgClassName
{
background-color: #BB9FE6;
}
</style>
border-color css
<style>
span { border-color: #BB9FE6; }
span { border-color: rgb(187,159,230); }
td.TdClassName
{
border-color: #BB9FE6;
}
.TagClassName
{
border-color: #BB9FE6;
}
</style>