Shades of Perfume #BB9EFD
Tints of Perfume #BB9EFD
RGB
CMYK
RGB Variations
Color information
#BB9EFD (or 0xBB9EFD) is known color: Perfume. HEX triplet: BB, 9E and FD. RGB value is (187,158,253). Sum of RGB (Red+Green+Blue) = 187+158+253=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFD is #446102. Grayscale: #B1B1B1. Windows color (decimal): -4481283 or 16621243. OLE color: 16621243.
HSL color Cylindrical-coordinate representation of color #BB9EFD: hue angle of 258.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9EFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 158 | 253 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.01 |
| HSL | 258.32º | 0.96% | 0.81% | - |
| HSV(B) | 258.32º | 0.38% | 0.99% | - |
| XYZ | 50.45 | 42.11 | 98.4 | - |
| YUV | 177.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 253 | 0.26 | 0.38 | 0 | 0.01 | 258.32 | 0.96 | 0.81 |
| Hex | BB | 9E | FD | 1A | 26 | 0 | 1 | 102 | 60 | 51 |
| Octal | 273 | 236 | 375 | 32 | 46 | 0 | 1 | 402 | 140 | 121 |
| Binary | 10111011 | 10011110 | 11111101 | 11010 | 100110 | 0 | 1 | 100000010 | 1100000 | 1010001 |
Color Harmonies of #BB9EFD
Complementary color
Monochromatic Colors of #BB9EFD
Black with #BB9EFD
Text Example
Text Example
White with #BB9EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EFD; }
p { color: rgb(187,158,253); }
H1.HeaderClassName
{
color: #BB9EFD;
}
.AnyTagClassName
{
color: #BB9EFD;
}
</style>
background-color css
<style>
a { background-color: #BB9EFD; }
a { background-color: rgb(187,158,253); }
div.DivClassName
{
background-color: #BB9EFD;
}
.BgClassName
{
background-color: #BB9EFD;
}
</style>
border-color css
<style>
span { border-color: #BB9EFD; }
span { border-color: rgb(187,158,253); }
td.TdClassName
{
border-color: #BB9EFD;
}
.TagClassName
{
border-color: #BB9EFD;
}
</style>