Shades of Perfume #BB97E1
Tints of Perfume #BB97E1
RGB
CMYK
RGB Variations
Color information
#BB97E1 (or 0xBB97E1) is known color: Perfume. HEX triplet: BB, 97 and E1. RGB value is (187,151,225). Sum of RGB (Red+Green+Blue) = 187+151+225=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97E1 is #44681E. Grayscale: #A9A9A9. Windows color (decimal): -4483103 or 14784443. OLE color: 14784443.
HSL color Cylindrical-coordinate representation of color #BB97E1: hue angle of 269.19º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB97E1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 151 | 225 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.12 |
| HSL | 269.19º | 0.55% | 0.74% | - |
| HSV(B) | 269.19º | 0.33% | 0.88% | - |
| XYZ | 45.15 | 38.13 | 76.22 | - |
| YUV | 170.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 225 | 0.17 | 0.33 | 0 | 0.12 | 269.19 | 0.55 | 0.74 |
| Hex | BB | 97 | E1 | 11 | 21 | 0 | C | 10D | 37 | 4A |
| Octal | 273 | 227 | 341 | 21 | 41 | 0 | 14 | 415 | 67 | 112 |
| Binary | 10111011 | 10010111 | 11100001 | 10001 | 100001 | 0 | 1100 | 100001101 | 110111 | 1001010 |
Color Harmonies of #BB97E1
Complementary color
Monochromatic Colors of #BB97E1
Black with #BB97E1
Text Example
Text Example
White with #BB97E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97E1; }
p { color: rgb(187,151,225); }
H1.HeaderClassName
{
color: #BB97E1;
}
.AnyTagClassName
{
color: #BB97E1;
}
</style>
background-color css
<style>
a { background-color: #BB97E1; }
a { background-color: rgb(187,151,225); }
div.DivClassName
{
background-color: #BB97E1;
}
.BgClassName
{
background-color: #BB97E1;
}
</style>
border-color css
<style>
span { border-color: #BB97E1; }
span { border-color: rgb(187,151,225); }
td.TdClassName
{
border-color: #BB97E1;
}
.TagClassName
{
border-color: #BB97E1;
}
</style>