Shades of Perfume #BB9FFD
Tints of Perfume #BB9FFD
RGB
CMYK
RGB Variations
Color information
#BB9FFD (or 0xBB9FFD) is known color: Perfume. HEX triplet: BB, 9F and FD. RGB value is (187,159,253). Sum of RGB (Red+Green+Blue) = 187+159+253=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FFD is #446002. Grayscale: #B1B1B1. Windows color (decimal): -4481027 or 16621499. OLE color: 16621499.
HSL color Cylindrical-coordinate representation of color #BB9FFD: hue angle of 257.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9FFD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 159 | 253 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.01 |
| HSL | 257.87º | 0.96% | 0.81% | - |
| HSV(B) | 257.87º | 0.37% | 0.99% | - |
| XYZ | 50.62 | 42.45 | 98.45 | - |
| YUV | 178.09 | 170.28 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 253 | 0.26 | 0.37 | 0 | 0.01 | 257.87 | 0.96 | 0.81 |
| Hex | BB | 9F | FD | 1A | 25 | 0 | 1 | 102 | 60 | 51 |
| Octal | 273 | 237 | 375 | 32 | 45 | 0 | 1 | 402 | 140 | 121 |
| Binary | 10111011 | 10011111 | 11111101 | 11010 | 100101 | 0 | 1 | 100000010 | 1100000 | 1010001 |
Color Harmonies of #BB9FFD
Complementary color
Monochromatic Colors of #BB9FFD
Black with #BB9FFD
Text Example
Text Example
White with #BB9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FFD; }
p { color: rgb(187,159,253); }
H1.HeaderClassName
{
color: #BB9FFD;
}
.AnyTagClassName
{
color: #BB9FFD;
}
</style>
background-color css
<style>
a { background-color: #BB9FFD; }
a { background-color: rgb(187,159,253); }
div.DivClassName
{
background-color: #BB9FFD;
}
.BgClassName
{
background-color: #BB9FFD;
}
</style>
border-color css
<style>
span { border-color: #BB9FFD; }
span { border-color: rgb(187,159,253); }
td.TdClassName
{
border-color: #BB9FFD;
}
.TagClassName
{
border-color: #BB9FFD;
}
</style>