Shades of Perfume #B99EDF
Tints of Perfume #B99EDF
RGB
CMYK
RGB Variations
Color information
#B99EDF (or 0xB99EDF) is known color: Perfume. HEX triplet: B9, 9E and DF. RGB value is (185,158,223). Sum of RGB (Red+Green+Blue) = 185+158+223=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #B99EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EDF is #466120. Grayscale: #ADADAD. Windows color (decimal): -4612385 or 14655161. OLE color: 14655161.
HSL color Cylindrical-coordinate representation of color #B99EDF: hue angle of 264.92º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99EDF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 158 | 223 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.13 |
| HSL | 264.92º | 0.5% | 0.75% | - |
| HSV(B) | 264.92º | 0.29% | 0.87% | - |
| XYZ | 45.55 | 40.1 | 75.15 | - |
| YUV | 173.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 223 | 0.17 | 0.29 | 0 | 0.13 | 264.92 | 0.5 | 0.75 |
| Hex | B9 | 9E | DF | 11 | 1D | 0 | D | 109 | 32 | 4B |
| Octal | 271 | 236 | 337 | 21 | 35 | 0 | 15 | 411 | 62 | 113 |
| Binary | 10111001 | 10011110 | 11011111 | 10001 | 11101 | 0 | 1101 | 100001001 | 110010 | 1001011 |
Color Harmonies of #B99EDF
Complementary color
Monochromatic Colors of #B99EDF
Black with #B99EDF
Text Example
Text Example
White with #B99EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EDF; }
p { color: rgb(185,158,223); }
H1.HeaderClassName
{
color: #B99EDF;
}
.AnyTagClassName
{
color: #B99EDF;
}
</style>
background-color css
<style>
a { background-color: #B99EDF; }
a { background-color: rgb(185,158,223); }
div.DivClassName
{
background-color: #B99EDF;
}
.BgClassName
{
background-color: #B99EDF;
}
</style>
border-color css
<style>
span { border-color: #B99EDF; }
span { border-color: rgb(185,158,223); }
td.TdClassName
{
border-color: #B99EDF;
}
.TagClassName
{
border-color: #B99EDF;
}
</style>