Shades of Perfume #B99FFD
Tints of Perfume #B99FFD
RGB
CMYK
RGB Variations
Color information
#B99FFD (or 0xB99FFD) is known color: Perfume. HEX triplet: B9, 9F and FD. RGB value is (185,159,253). Sum of RGB (Red+Green+Blue) = 185+159+253=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #B99FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99FFD is #466002. Grayscale: #B1B1B1. Windows color (decimal): -4612099 or 16621497. OLE color: 16621497.
HSL color Cylindrical-coordinate representation of color #B99FFD: hue angle of 256.6º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99FFD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 159 | 253 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.01 |
| HSL | 256.6º | 0.96% | 0.81% | - |
| HSV(B) | 256.6º | 0.37% | 0.99% | - |
| XYZ | 50.14 | 42.2 | 98.43 | - |
| YUV | 177.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 253 | 0.27 | 0.37 | 0 | 0.01 | 256.6 | 0.96 | 0.81 |
| Hex | B9 | 9F | FD | 1B | 25 | 0 | 1 | 101 | 60 | 51 |
| Octal | 271 | 237 | 375 | 33 | 45 | 0 | 1 | 401 | 140 | 121 |
| Binary | 10111001 | 10011111 | 11111101 | 11011 | 100101 | 0 | 1 | 100000001 | 1100000 | 1010001 |
Color Harmonies of #B99FFD
Complementary color
Monochromatic Colors of #B99FFD
Black with #B99FFD
Text Example
Text Example
White with #B99FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FFD; }
p { color: rgb(185,159,253); }
H1.HeaderClassName
{
color: #B99FFD;
}
.AnyTagClassName
{
color: #B99FFD;
}
</style>
background-color css
<style>
a { background-color: #B99FFD; }
a { background-color: rgb(185,159,253); }
div.DivClassName
{
background-color: #B99FFD;
}
.BgClassName
{
background-color: #B99FFD;
}
</style>
border-color css
<style>
span { border-color: #B99FFD; }
span { border-color: rgb(185,159,253); }
td.TdClassName
{
border-color: #B99FFD;
}
.TagClassName
{
border-color: #B99FFD;
}
</style>