Shades of Perfume #BB9FEA
Tints of Perfume #BB9FEA
RGB
CMYK
RGB Variations
Color information
#BB9FEA (or 0xBB9FEA) is known color: Perfume. HEX triplet: BB, 9F and EA. RGB value is (187,159,234). Sum of RGB (Red+Green+Blue) = 187+159+234=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FEA is #446015. Grayscale: #AFAFAF. Windows color (decimal): -4481046 or 15376315. OLE color: 15376315.
HSL color Cylindrical-coordinate representation of color #BB9FEA: hue angle of 262.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9FEA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 159 | 234 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.08 |
| HSL | 262.4º | 0.64% | 0.77% | - |
| HSV(B) | 262.4º | 0.32% | 0.92% | - |
| XYZ | 47.74 | 41.3 | 83.3 | - |
| YUV | 175.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 234 | 0.20 | 0.32 | 0 | 0.08 | 262.4 | 0.64 | 0.77 |
| Hex | BB | 9F | EA | 14 | 20 | 0 | 8 | 106 | 40 | 4D |
| Octal | 273 | 237 | 352 | 24 | 40 | 0 | 10 | 406 | 100 | 115 |
| Binary | 10111011 | 10011111 | 11101010 | 10100 | 100000 | 0 | 1000 | 100000110 | 1000000 | 1001101 |
Color Harmonies of #BB9FEA
Complementary color
Monochromatic Colors of #BB9FEA
Black with #BB9FEA
Text Example
Text Example
White with #BB9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FEA; }
p { color: rgb(187,159,234); }
H1.HeaderClassName
{
color: #BB9FEA;
}
.AnyTagClassName
{
color: #BB9FEA;
}
</style>
background-color css
<style>
a { background-color: #BB9FEA; }
a { background-color: rgb(187,159,234); }
div.DivClassName
{
background-color: #BB9FEA;
}
.BgClassName
{
background-color: #BB9FEA;
}
</style>
border-color css
<style>
span { border-color: #BB9FEA; }
span { border-color: rgb(187,159,234); }
td.TdClassName
{
border-color: #BB9FEA;
}
.TagClassName
{
border-color: #BB9FEA;
}
</style>