Shades of Perfume #BB97F6
Tints of Perfume #BB97F6
RGB
CMYK
RGB Variations
Color information
#BB97F6 (or 0xBB97F6) is known color: Perfume. HEX triplet: BB, 97 and F6. RGB value is (187,151,246). Sum of RGB (Red+Green+Blue) = 187+151+246=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB97F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97F6 is #446809. Grayscale: #ACACAC. Windows color (decimal): -4483082 or 16160699. OLE color: 16160699.
HSL color Cylindrical-coordinate representation of color #BB97F6: hue angle of 262.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB97F6 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 151 | 246 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.04 |
| HSL | 262.74º | 0.84% | 0.78% | - |
| HSV(B) | 262.74º | 0.39% | 0.96% | - |
| XYZ | 48.19 | 39.35 | 92.24 | - |
| YUV | 172.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 246 | 0.24 | 0.39 | 0 | 0.04 | 262.74 | 0.84 | 0.78 |
| Hex | BB | 97 | F6 | 18 | 27 | 0 | 4 | 107 | 54 | 4E |
| Octal | 273 | 227 | 366 | 30 | 47 | 0 | 4 | 407 | 124 | 116 |
| Binary | 10111011 | 10010111 | 11110110 | 11000 | 100111 | 0 | 100 | 100000111 | 1010100 | 1001110 |
Color Harmonies of #BB97F6
Complementary color
Monochromatic Colors of #BB97F6
Black with #BB97F6
Text Example
Text Example
White with #BB97F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97F6; }
p { color: rgb(187,151,246); }
H1.HeaderClassName
{
color: #BB97F6;
}
.AnyTagClassName
{
color: #BB97F6;
}
</style>
background-color css
<style>
a { background-color: #BB97F6; }
a { background-color: rgb(187,151,246); }
div.DivClassName
{
background-color: #BB97F6;
}
.BgClassName
{
background-color: #BB97F6;
}
</style>
border-color css
<style>
span { border-color: #BB97F6; }
span { border-color: rgb(187,151,246); }
td.TdClassName
{
border-color: #BB97F6;
}
.TagClassName
{
border-color: #BB97F6;
}
</style>