Shades of Perfume #B99DEE
Tints of Perfume #B99DEE
RGB
CMYK
RGB Variations
Color information
#B99DEE (or 0xB99DEE) is known color: Perfume. HEX triplet: B9, 9D and EE. RGB value is (185,157,238). Sum of RGB (Red+Green+Blue) = 185+157+238=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #B99DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DEE is #466211. Grayscale: #AEAEAE. Windows color (decimal): -4612626 or 15637945. OLE color: 15637945.
HSL color Cylindrical-coordinate representation of color #B99DEE: hue angle of 260.74º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B99DEE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 157 | 238 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 260.74º | 0.7% | 0.77% | - |
| HSV(B) | 260.74º | 0.34% | 0.93% | - |
| XYZ | 47.5 | 40.6 | 86.22 | - |
| YUV | 174.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 238 | 0.22 | 0.34 | 0 | 0.07 | 260.74 | 0.7 | 0.77 |
| Hex | B9 | 9D | EE | 16 | 22 | 0 | 7 | 105 | 46 | 4D |
| Octal | 271 | 235 | 356 | 26 | 42 | 0 | 7 | 405 | 106 | 115 |
| Binary | 10111001 | 10011101 | 11101110 | 10110 | 100010 | 0 | 111 | 100000101 | 1000110 | 1001101 |
Color Harmonies of #B99DEE
Complementary color
Monochromatic Colors of #B99DEE
Black with #B99DEE
Text Example
Text Example
White with #B99DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99DEE; }
p { color: rgb(185,157,238); }
H1.HeaderClassName
{
color: #B99DEE;
}
.AnyTagClassName
{
color: #B99DEE;
}
</style>
background-color css
<style>
a { background-color: #B99DEE; }
a { background-color: rgb(185,157,238); }
div.DivClassName
{
background-color: #B99DEE;
}
.BgClassName
{
background-color: #B99DEE;
}
</style>
border-color css
<style>
span { border-color: #B99DEE; }
span { border-color: rgb(185,157,238); }
td.TdClassName
{
border-color: #B99DEE;
}
.TagClassName
{
border-color: #B99DEE;
}
</style>