Shades of Perfume #B99CEE
Tints of Perfume #B99CEE
RGB
CMYK
RGB Variations
Color information
#B99CEE (or 0xB99CEE) is known color: Perfume. HEX triplet: B9, 9C and EE. RGB value is (185,156,238). Sum of RGB (Red+Green+Blue) = 185+156+238=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CEE is #466311. Grayscale: #ADADAD. Windows color (decimal): -4612882 or 15637689. OLE color: 15637689.
HSL color Cylindrical-coordinate representation of color #B99CEE: hue angle of 261.22º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99CEE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 156 | 238 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261.22º | 0.71% | 0.77% | - |
| HSV(B) | 261.22º | 0.34% | 0.93% | - |
| XYZ | 47.33 | 40.26 | 86.17 | - |
| YUV | 174.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 238 | 0.22 | 0.34 | 0 | 0.07 | 261.22 | 0.71 | 0.77 |
| Hex | B9 | 9C | EE | 16 | 22 | 0 | 7 | 105 | 47 | 4D |
| Octal | 271 | 234 | 356 | 26 | 42 | 0 | 7 | 405 | 107 | 115 |
| Binary | 10111001 | 10011100 | 11101110 | 10110 | 100010 | 0 | 111 | 100000101 | 1000111 | 1001101 |
Color Harmonies of #B99CEE
Complementary color
Monochromatic Colors of #B99CEE
Black with #B99CEE
Text Example
Text Example
White with #B99CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CEE; }
p { color: rgb(185,156,238); }
H1.HeaderClassName
{
color: #B99CEE;
}
.AnyTagClassName
{
color: #B99CEE;
}
</style>
background-color css
<style>
a { background-color: #B99CEE; }
a { background-color: rgb(185,156,238); }
div.DivClassName
{
background-color: #B99CEE;
}
.BgClassName
{
background-color: #B99CEE;
}
</style>
border-color css
<style>
span { border-color: #B99CEE; }
span { border-color: rgb(185,156,238); }
td.TdClassName
{
border-color: #B99CEE;
}
.TagClassName
{
border-color: #B99CEE;
}
</style>