Shades of Perfume #B99BEA
Tints of Perfume #B99BEA
RGB
CMYK
RGB Variations
Color information
#B99BEA (or 0xB99BEA) is known color: Perfume. HEX triplet: B9, 9B and EA. RGB value is (185,155,234). Sum of RGB (Red+Green+Blue) = 185+155+234=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BEA is #466415. Grayscale: #ACACAC. Windows color (decimal): -4613142 or 15375289. OLE color: 15375289.
HSL color Cylindrical-coordinate representation of color #B99BEA: hue angle of 262.78º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99BEA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 155 | 234 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.08 |
| HSL | 262.78º | 0.65% | 0.76% | - |
| HSV(B) | 262.78º | 0.34% | 0.92% | - |
| XYZ | 46.58 | 39.7 | 83.05 | - |
| YUV | 172.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 234 | 0.21 | 0.34 | 0 | 0.08 | 262.78 | 0.65 | 0.76 |
| Hex | B9 | 9B | EA | 15 | 22 | 0 | 8 | 107 | 41 | 4C |
| Octal | 271 | 233 | 352 | 25 | 42 | 0 | 10 | 407 | 101 | 114 |
| Binary | 10111001 | 10011011 | 11101010 | 10101 | 100010 | 0 | 1000 | 100000111 | 1000001 | 1001100 |
Color Harmonies of #B99BEA
Complementary color
Monochromatic Colors of #B99BEA
Black with #B99BEA
Text Example
Text Example
White with #B99BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BEA; }
p { color: rgb(185,155,234); }
H1.HeaderClassName
{
color: #B99BEA;
}
.AnyTagClassName
{
color: #B99BEA;
}
</style>
background-color css
<style>
a { background-color: #B99BEA; }
a { background-color: rgb(185,155,234); }
div.DivClassName
{
background-color: #B99BEA;
}
.BgClassName
{
background-color: #B99BEA;
}
</style>
border-color css
<style>
span { border-color: #B99BEA; }
span { border-color: rgb(185,155,234); }
td.TdClassName
{
border-color: #B99BEA;
}
.TagClassName
{
border-color: #B99BEA;
}
</style>