Shades of Perfume #B99CE6
Tints of Perfume #B99CE6
RGB
CMYK
RGB Variations
Color information
#B99CE6 (or 0xB99CE6) is known color: Perfume. HEX triplet: B9, 9C and E6. RGB value is (185,156,230). Sum of RGB (Red+Green+Blue) = 185+156+230=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #B99CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CE6 is #466319. Grayscale: #ACACAC. Windows color (decimal): -4612890 or 15113401. OLE color: 15113401.
HSL color Cylindrical-coordinate representation of color #B99CE6: hue angle of 263.51º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B99CE6 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 156 | 230 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.10 |
| HSL | 263.51º | 0.6% | 0.76% | - |
| HSV(B) | 263.51º | 0.32% | 0.9% | - |
| XYZ | 46.18 | 39.8 | 80.11 | - |
| YUV | 173.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 230 | 0.20 | 0.32 | 0 | 0.10 | 263.51 | 0.6 | 0.76 |
| Hex | B9 | 9C | E6 | 14 | 20 | 0 | A | 108 | 3C | 4C |
| Octal | 271 | 234 | 346 | 24 | 40 | 0 | 12 | 410 | 74 | 114 |
| Binary | 10111001 | 10011100 | 11100110 | 10100 | 100000 | 0 | 1010 | 100001000 | 111100 | 1001100 |
Color Harmonies of #B99CE6
Complementary color
Monochromatic Colors of #B99CE6
Black with #B99CE6
Text Example
Text Example
White with #B99CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CE6; }
p { color: rgb(185,156,230); }
H1.HeaderClassName
{
color: #B99CE6;
}
.AnyTagClassName
{
color: #B99CE6;
}
</style>
background-color css
<style>
a { background-color: #B99CE6; }
a { background-color: rgb(185,156,230); }
div.DivClassName
{
background-color: #B99CE6;
}
.BgClassName
{
background-color: #B99CE6;
}
</style>
border-color css
<style>
span { border-color: #B99CE6; }
span { border-color: rgb(185,156,230); }
td.TdClassName
{
border-color: #B99CE6;
}
.TagClassName
{
border-color: #B99CE6;
}
</style>