Shades of Perfume #BB97D8
Tints of Perfume #BB97D8
RGB
CMYK
RGB Variations
Color information
#BB97D8 (or 0xBB97D8) is known color: Perfume. HEX triplet: BB, 97 and D8. RGB value is (187,151,216). Sum of RGB (Red+Green+Blue) = 187+151+216=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97D8 is #446827. Grayscale: #A8A8A8. Windows color (decimal): -4483112 or 14194619. OLE color: 14194619.
HSL color Cylindrical-coordinate representation of color #BB97D8: hue angle of 273.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB97D8 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 151 | 216 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.15 |
| HSL | 273.23º | 0.45% | 0.72% | - |
| HSV(B) | 273.23º | 0.3% | 0.85% | - |
| XYZ | 43.95 | 37.66 | 69.92 | - |
| YUV | 169.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 216 | 0.13 | 0.30 | 0 | 0.15 | 273.23 | 0.45 | 0.72 |
| Hex | BB | 97 | D8 | D | 1E | 0 | F | 111 | 2D | 48 |
| Octal | 273 | 227 | 330 | 15 | 36 | 0 | 17 | 421 | 55 | 110 |
| Binary | 10111011 | 10010111 | 11011000 | 1101 | 11110 | 0 | 1111 | 100010001 | 101101 | 1001000 |
Color Harmonies of #BB97D8
Complementary color
Monochromatic Colors of #BB97D8
Black with #BB97D8
Text Example
Text Example
White with #BB97D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97D8; }
p { color: rgb(187,151,216); }
H1.HeaderClassName
{
color: #BB97D8;
}
.AnyTagClassName
{
color: #BB97D8;
}
</style>
background-color css
<style>
a { background-color: #BB97D8; }
a { background-color: rgb(187,151,216); }
div.DivClassName
{
background-color: #BB97D8;
}
.BgClassName
{
background-color: #BB97D8;
}
</style>
border-color css
<style>
span { border-color: #BB97D8; }
span { border-color: rgb(187,151,216); }
td.TdClassName
{
border-color: #BB97D8;
}
.TagClassName
{
border-color: #BB97D8;
}
</style>