Shades of Perfume #BB9FF6
Tints of Perfume #BB9FF6
RGB
CMYK
RGB Variations
Color information
#BB9FF6 (or 0xBB9FF6) is known color: Perfume. HEX triplet: BB, 9F and F6. RGB value is (187,159,246). Sum of RGB (Red+Green+Blue) = 187+159+246=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB9FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF6 is #446009. Grayscale: #B0B0B0. Windows color (decimal): -4481034 or 16162747. OLE color: 16162747.
HSL color Cylindrical-coordinate representation of color #BB9FF6: hue angle of 259.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9FF6 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 159 | 246 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.04 |
| HSL | 259.31º | 0.83% | 0.79% | - |
| HSV(B) | 259.31º | 0.35% | 0.96% | - |
| XYZ | 49.53 | 42.01 | 92.69 | - |
| YUV | 177.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 246 | 0.24 | 0.35 | 0 | 0.04 | 259.31 | 0.83 | 0.79 |
| Hex | BB | 9F | F6 | 18 | 23 | 0 | 4 | 103 | 53 | 4F |
| Octal | 273 | 237 | 366 | 30 | 43 | 0 | 4 | 403 | 123 | 117 |
| Binary | 10111011 | 10011111 | 11110110 | 11000 | 100011 | 0 | 100 | 100000011 | 1010011 | 1001111 |
Color Harmonies of #BB9FF6
Complementary color
Monochromatic Colors of #BB9FF6
Black with #BB9FF6
Text Example
Text Example
White with #BB9FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FF6; }
p { color: rgb(187,159,246); }
H1.HeaderClassName
{
color: #BB9FF6;
}
.AnyTagClassName
{
color: #BB9FF6;
}
</style>
background-color css
<style>
a { background-color: #BB9FF6; }
a { background-color: rgb(187,159,246); }
div.DivClassName
{
background-color: #BB9FF6;
}
.BgClassName
{
background-color: #BB9FF6;
}
</style>
border-color css
<style>
span { border-color: #BB9FF6; }
span { border-color: rgb(187,159,246); }
td.TdClassName
{
border-color: #BB9FF6;
}
.TagClassName
{
border-color: #BB9FF6;
}
</style>