Shades of Perfume #B99EEA
Tints of Perfume #B99EEA
RGB
CMYK
RGB Variations
Color information
#B99EEA (or 0xB99EEA) is known color: Perfume. HEX triplet: B9, 9E and EA. RGB value is (185,158,234). Sum of RGB (Red+Green+Blue) = 185+158+234=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99EEA is #466115. Grayscale: #AEAEAE. Windows color (decimal): -4612374 or 15376057. OLE color: 15376057.
HSL color Cylindrical-coordinate representation of color #B99EEA: hue angle of 261.32º 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 #B99EEA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 158 | 234 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 261.32º | 0.64% | 0.77% | - |
| HSV(B) | 261.32º | 0.32% | 0.92% | - |
| XYZ | 47.09 | 40.71 | 83.22 | - |
| YUV | 174.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 234 | 0.21 | 0.32 | 0 | 0.08 | 261.32 | 0.64 | 0.77 |
| Hex | B9 | 9E | EA | 15 | 20 | 0 | 8 | 105 | 40 | 4D |
| Octal | 271 | 236 | 352 | 25 | 40 | 0 | 10 | 405 | 100 | 115 |
| Binary | 10111001 | 10011110 | 11101010 | 10101 | 100000 | 0 | 1000 | 100000101 | 1000000 | 1001101 |
Color Harmonies of #B99EEA
Complementary color
Monochromatic Colors of #B99EEA
Black with #B99EEA
Text Example
Text Example
White with #B99EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EEA; }
p { color: rgb(185,158,234); }
H1.HeaderClassName
{
color: #B99EEA;
}
.AnyTagClassName
{
color: #B99EEA;
}
</style>
background-color css
<style>
a { background-color: #B99EEA; }
a { background-color: rgb(185,158,234); }
div.DivClassName
{
background-color: #B99EEA;
}
.BgClassName
{
background-color: #B99EEA;
}
</style>
border-color css
<style>
span { border-color: #B99EEA; }
span { border-color: rgb(185,158,234); }
td.TdClassName
{
border-color: #B99EEA;
}
.TagClassName
{
border-color: #B99EEA;
}
</style>