Shades of Perfume #BB97DE
Tints of Perfume #BB97DE
RGB
CMYK
RGB Variations
Color information
#BB97DE (or 0xBB97DE) is known color: Perfume. HEX triplet: BB, 97 and DE. RGB value is (187,151,222). Sum of RGB (Red+Green+Blue) = 187+151+222=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97DE is #446821. Grayscale: #A9A9A9. Windows color (decimal): -4483106 or 14587835. OLE color: 14587835.
HSL color Cylindrical-coordinate representation of color #BB97DE: hue angle of 270.42º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB97DE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 151 | 222 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.13 |
| HSL | 270.42º | 0.52% | 0.73% | - |
| HSV(B) | 270.42º | 0.32% | 0.87% | - |
| XYZ | 44.74 | 37.97 | 74.08 | - |
| YUV | 169.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 222 | 0.16 | 0.32 | 0 | 0.13 | 270.42 | 0.52 | 0.73 |
| Hex | BB | 97 | DE | 10 | 20 | 0 | D | 10E | 34 | 49 |
| Octal | 273 | 227 | 336 | 20 | 40 | 0 | 15 | 416 | 64 | 111 |
| Binary | 10111011 | 10010111 | 11011110 | 10000 | 100000 | 0 | 1101 | 100001110 | 110100 | 1001001 |
Color Harmonies of #BB97DE
Complementary color
Monochromatic Colors of #BB97DE
Black with #BB97DE
Text Example
Text Example
White with #BB97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97DE; }
p { color: rgb(187,151,222); }
H1.HeaderClassName
{
color: #BB97DE;
}
.AnyTagClassName
{
color: #BB97DE;
}
</style>
background-color css
<style>
a { background-color: #BB97DE; }
a { background-color: rgb(187,151,222); }
div.DivClassName
{
background-color: #BB97DE;
}
.BgClassName
{
background-color: #BB97DE;
}
</style>
border-color css
<style>
span { border-color: #BB97DE; }
span { border-color: rgb(187,151,222); }
td.TdClassName
{
border-color: #BB97DE;
}
.TagClassName
{
border-color: #BB97DE;
}
</style>