Shades of Perfume #BB99D7
Tints of Perfume #BB99D7
RGB
CMYK
RGB Variations
Color information
#BB99D7 (or 0xBB99D7) is known color: Perfume. HEX triplet: BB, 99 and D7. RGB value is (187,153,215). Sum of RGB (Red+Green+Blue) = 187+153+215=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D7 is #446628. Grayscale: #AAAAAA. Windows color (decimal): -4482601 or 14129595. OLE color: 14129595.
HSL color Cylindrical-coordinate representation of color #BB99D7: hue angle of 272.9º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB99D7 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 153 | 215 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.16 |
| HSL | 272.9º | 0.44% | 0.72% | - |
| HSV(B) | 272.9º | 0.29% | 0.84% | - |
| XYZ | 44.15 | 38.25 | 69.35 | - |
| YUV | 170.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 215 | 0.13 | 0.29 | 0 | 0.16 | 272.9 | 0.44 | 0.72 |
| Hex | BB | 99 | D7 | D | 1D | 0 | 10 | 111 | 2C | 48 |
| Octal | 273 | 231 | 327 | 15 | 35 | 0 | 20 | 421 | 54 | 110 |
| Binary | 10111011 | 10011001 | 11010111 | 1101 | 11101 | 0 | 10000 | 100010001 | 101100 | 1001000 |
Color Harmonies of #BB99D7
Complementary color
Monochromatic Colors of #BB99D7
Black with #BB99D7
Text Example
Text Example
White with #BB99D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99D7; }
p { color: rgb(187,153,215); }
H1.HeaderClassName
{
color: #BB99D7;
}
.AnyTagClassName
{
color: #BB99D7;
}
</style>
background-color css
<style>
a { background-color: #BB99D7; }
a { background-color: rgb(187,153,215); }
div.DivClassName
{
background-color: #BB99D7;
}
.BgClassName
{
background-color: #BB99D7;
}
</style>
border-color css
<style>
span { border-color: #BB99D7; }
span { border-color: rgb(187,153,215); }
td.TdClassName
{
border-color: #BB99D7;
}
.TagClassName
{
border-color: #BB99D7;
}
</style>