Shades of Perfume #B99DE4
Tints of Perfume #B99DE4
RGB
CMYK
RGB Variations
Color information
#B99DE4 (or 0xB99DE4) is known color: Perfume. HEX triplet: B9, 9D and E4. RGB value is (185,157,228). Sum of RGB (Red+Green+Blue) = 185+157+228=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #B99DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DE4 is #46621B. Grayscale: #ADADAD. Windows color (decimal): -4612636 or 14982585. OLE color: 14982585.
HSL color Cylindrical-coordinate representation of color #B99DE4: hue angle of 263.66º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B99DE4 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 157 | 228 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.11 |
| HSL | 263.66º | 0.57% | 0.75% | - |
| HSV(B) | 263.66º | 0.31% | 0.89% | - |
| XYZ | 46.07 | 40.03 | 78.7 | - |
| YUV | 173.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 228 | 0.19 | 0.31 | 0 | 0.11 | 263.66 | 0.57 | 0.75 |
| Hex | B9 | 9D | E4 | 13 | 1F | 0 | B | 108 | 39 | 4B |
| Octal | 271 | 235 | 344 | 23 | 37 | 0 | 13 | 410 | 71 | 113 |
| Binary | 10111001 | 10011101 | 11100100 | 10011 | 11111 | 0 | 1011 | 100001000 | 111001 | 1001011 |
Color Harmonies of #B99DE4
Complementary color
Monochromatic Colors of #B99DE4
Black with #B99DE4
Text Example
Text Example
White with #B99DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DE4; }
p { color: rgb(185,157,228); }
H1.HeaderClassName
{
color: #B99DE4;
}
.AnyTagClassName
{
color: #B99DE4;
}
</style>
background-color css
<style>
a { background-color: #B99DE4; }
a { background-color: rgb(185,157,228); }
div.DivClassName
{
background-color: #B99DE4;
}
.BgClassName
{
background-color: #B99DE4;
}
</style>
border-color css
<style>
span { border-color: #B99DE4; }
span { border-color: rgb(185,157,228); }
td.TdClassName
{
border-color: #B99DE4;
}
.TagClassName
{
border-color: #B99DE4;
}
</style>