Shades of Perfume #B99CFF
Tints of Perfume #B99CFF
RGB
CMYK
RGB Variations
Color information
#B99CFF (or 0xB99CFF) is known color: Perfume. HEX triplet: B9, 9C and FF. RGB value is (185,156,255). Sum of RGB (Red+Green+Blue) = 185+156+255=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B99CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CFF is #466300. Grayscale: #AFAFAF. Windows color (decimal): -4612865 or 16751801. OLE color: 16751801.
HSL color Cylindrical-coordinate representation of color #B99CFF: hue angle of 257.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99CFF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 156 | 255 | - |
| CMYK | 0.27 | 0.39 | 0 | 0 |
| HSL | 257.58º | 1% | 0.81% | - |
| HSV(B) | 257.58º | 0.39% | 1% | - |
| XYZ | 49.95 | 41.31 | 99.95 | - |
| YUV | 175.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 255 | 0.27 | 0.39 | 0 | 0 | 257.58 | 1 | 0.81 |
| Hex | B9 | 9C | FF | 1B | 27 | 0 | 0 | 102 | 64 | 51 |
| Octal | 271 | 234 | 377 | 33 | 47 | 0 | 0 | 402 | 144 | 121 |
| Binary | 10111001 | 10011100 | 11111111 | 11011 | 100111 | 0 | 0 | 100000010 | 1100100 | 1010001 |
Color Harmonies of #B99CFF
Complementary color
Monochromatic Colors of #B99CFF
Black with #B99CFF
Text Example
Text Example
White with #B99CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CFF; }
p { color: rgb(185,156,255); }
H1.HeaderClassName
{
color: #B99CFF;
}
.AnyTagClassName
{
color: #B99CFF;
}
</style>
background-color css
<style>
a { background-color: #B99CFF; }
a { background-color: rgb(185,156,255); }
div.DivClassName
{
background-color: #B99CFF;
}
.BgClassName
{
background-color: #B99CFF;
}
</style>
border-color css
<style>
span { border-color: #B99CFF; }
span { border-color: rgb(185,156,255); }
td.TdClassName
{
border-color: #B99CFF;
}
.TagClassName
{
border-color: #B99CFF;
}
</style>