Shades of Perfume #BB99FD
Tints of Perfume #BB99FD
RGB
CMYK
RGB Variations
Color information
#BB99FD (or 0xBB99FD) is known color: Perfume. HEX triplet: BB, 99 and FD. RGB value is (187,153,253). Sum of RGB (Red+Green+Blue) = 187+153+253=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB99FD is #446602. Grayscale: #AEAEAE. Windows color (decimal): -4482563 or 16619963. OLE color: 16619963.
HSL color Cylindrical-coordinate representation of color #BB99FD: hue angle of 260.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB99FD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 153 | 253 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 260.4º | 0.96% | 0.8% | - |
| HSV(B) | 260.4º | 0.4% | 0.99% | - |
| XYZ | 49.61 | 40.44 | 98.12 | - |
| YUV | 174.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 253 | 0.26 | 0.40 | 0 | 0.01 | 260.4 | 0.96 | 0.8 |
| Hex | BB | 99 | FD | 1A | 28 | 0 | 1 | 104 | 60 | 50 |
| Octal | 273 | 231 | 375 | 32 | 50 | 0 | 1 | 404 | 140 | 120 |
| Binary | 10111011 | 10011001 | 11111101 | 11010 | 101000 | 0 | 1 | 100000100 | 1100000 | 1010000 |
Color Harmonies of #BB99FD
Complementary color
Monochromatic Colors of #BB99FD
Black with #BB99FD
Text Example
Text Example
White with #BB99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99FD; }
p { color: rgb(187,153,253); }
H1.HeaderClassName
{
color: #BB99FD;
}
.AnyTagClassName
{
color: #BB99FD;
}
</style>
background-color css
<style>
a { background-color: #BB99FD; }
a { background-color: rgb(187,153,253); }
div.DivClassName
{
background-color: #BB99FD;
}
.BgClassName
{
background-color: #BB99FD;
}
</style>
border-color css
<style>
span { border-color: #BB99FD; }
span { border-color: rgb(187,153,253); }
td.TdClassName
{
border-color: #BB99FD;
}
.TagClassName
{
border-color: #BB99FD;
}
</style>