Shades of Perfume #BB98DF
Tints of Perfume #BB98DF
RGB
CMYK
RGB Variations
Color information
#BB98DF (or 0xBB98DF) is known color: Perfume. HEX triplet: BB, 98 and DF. RGB value is (187,152,223). Sum of RGB (Red+Green+Blue) = 187+152+223=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98DF is #446720. Grayscale: #AAAAAA. Windows color (decimal): -4482849 or 14653627. OLE color: 14653627.
HSL color Cylindrical-coordinate representation of color #BB98DF: hue angle of 269.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB98DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 152 | 223 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.13 |
| HSL | 269.58º | 0.53% | 0.74% | - |
| HSV(B) | 269.58º | 0.32% | 0.87% | - |
| XYZ | 45.04 | 38.35 | 74.84 | - |
| YUV | 170.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 223 | 0.16 | 0.32 | 0 | 0.13 | 269.58 | 0.53 | 0.74 |
| Hex | BB | 98 | DF | 10 | 20 | 0 | D | 10E | 35 | 4A |
| Octal | 273 | 230 | 337 | 20 | 40 | 0 | 15 | 416 | 65 | 112 |
| Binary | 10111011 | 10011000 | 11011111 | 10000 | 100000 | 0 | 1101 | 100001110 | 110101 | 1001010 |
Color Harmonies of #BB98DF
Complementary color
Monochromatic Colors of #BB98DF
Black with #BB98DF
Text Example
Text Example
White with #BB98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB98DF; }
p { color: rgb(187,152,223); }
H1.HeaderClassName
{
color: #BB98DF;
}
.AnyTagClassName
{
color: #BB98DF;
}
</style>
background-color css
<style>
a { background-color: #BB98DF; }
a { background-color: rgb(187,152,223); }
div.DivClassName
{
background-color: #BB98DF;
}
.BgClassName
{
background-color: #BB98DF;
}
</style>
border-color css
<style>
span { border-color: #BB98DF; }
span { border-color: rgb(187,152,223); }
td.TdClassName
{
border-color: #BB98DF;
}
.TagClassName
{
border-color: #BB98DF;
}
</style>