Shades of Perfume #B99FDA
Tints of Perfume #B99FDA
RGB
CMYK
RGB Variations
Color information
#B99FDA (or 0xB99FDA) is known color: Perfume. HEX triplet: B9, 9F and DA. RGB value is (185,159,218). Sum of RGB (Red+Green+Blue) = 185+159+218=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #B99FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FDA is #466025. Grayscale: #ADADAD. Windows color (decimal): -4612134 or 14327737. OLE color: 14327737.
HSL color Cylindrical-coordinate representation of color #B99FDA: hue angle of 266.44º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99FDA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 159 | 218 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.15 |
| HSL | 266.44º | 0.44% | 0.74% | - |
| HSV(B) | 266.44º | 0.27% | 0.85% | - |
| XYZ | 45.06 | 40.17 | 71.71 | - |
| YUV | 173.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 218 | 0.15 | 0.27 | 0 | 0.15 | 266.44 | 0.44 | 0.74 |
| Hex | B9 | 9F | DA | F | 1B | 0 | F | 10A | 2C | 4A |
| Octal | 271 | 237 | 332 | 17 | 33 | 0 | 17 | 412 | 54 | 112 |
| Binary | 10111001 | 10011111 | 11011010 | 1111 | 11011 | 0 | 1111 | 100001010 | 101100 | 1001010 |
Color Harmonies of #B99FDA
Complementary color
Monochromatic Colors of #B99FDA
Black with #B99FDA
Text Example
Text Example
White with #B99FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FDA; }
p { color: rgb(185,159,218); }
H1.HeaderClassName
{
color: #B99FDA;
}
.AnyTagClassName
{
color: #B99FDA;
}
</style>
background-color css
<style>
a { background-color: #B99FDA; }
a { background-color: rgb(185,159,218); }
div.DivClassName
{
background-color: #B99FDA;
}
.BgClassName
{
background-color: #B99FDA;
}
</style>
border-color css
<style>
span { border-color: #B99FDA; }
span { border-color: rgb(185,159,218); }
td.TdClassName
{
border-color: #B99FDA;
}
.TagClassName
{
border-color: #B99FDA;
}
</style>