Shades of Perfume #B99CE5
Tints of Perfume #B99CE5
RGB
CMYK
RGB Variations
Color information
#B99CE5 (or 0xB99CE5) is known color: Perfume. HEX triplet: B9, 9C and E5. RGB value is (185,156,229). Sum of RGB (Red+Green+Blue) = 185+156+229=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #B99CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CE5 is #46631A. Grayscale: #ACACAC. Windows color (decimal): -4612891 or 15047865. OLE color: 15047865.
HSL color Cylindrical-coordinate representation of color #B99CE5: hue angle of 263.84º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99CE5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 156 | 229 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.10 |
| HSL | 263.84º | 0.58% | 0.75% | - |
| HSV(B) | 263.84º | 0.32% | 0.9% | - |
| XYZ | 46.04 | 39.75 | 79.37 | - |
| YUV | 172.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 229 | 0.19 | 0.32 | 0 | 0.10 | 263.84 | 0.58 | 0.75 |
| Hex | B9 | 9C | E5 | 13 | 20 | 0 | A | 108 | 3A | 4B |
| Octal | 271 | 234 | 345 | 23 | 40 | 0 | 12 | 410 | 72 | 113 |
| Binary | 10111001 | 10011100 | 11100101 | 10011 | 100000 | 0 | 1010 | 100001000 | 111010 | 1001011 |
Color Harmonies of #B99CE5
Complementary color
Monochromatic Colors of #B99CE5
Black with #B99CE5
Text Example
Text Example
White with #B99CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CE5; }
p { color: rgb(185,156,229); }
H1.HeaderClassName
{
color: #B99CE5;
}
.AnyTagClassName
{
color: #B99CE5;
}
</style>
background-color css
<style>
a { background-color: #B99CE5; }
a { background-color: rgb(185,156,229); }
div.DivClassName
{
background-color: #B99CE5;
}
.BgClassName
{
background-color: #B99CE5;
}
</style>
border-color css
<style>
span { border-color: #B99CE5; }
span { border-color: rgb(185,156,229); }
td.TdClassName
{
border-color: #B99CE5;
}
.TagClassName
{
border-color: #B99CE5;
}
</style>