Shades of Perfume #B99BEC
Tints of Perfume #B99BEC
RGB
CMYK
RGB Variations
Color information
#B99BEC (or 0xB99BEC) is known color: Perfume. HEX triplet: B9, 9B and EC. RGB value is (185,155,236). Sum of RGB (Red+Green+Blue) = 185+155+236=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #B99BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99BEC is #466413. Grayscale: #ACACAC. Windows color (decimal): -4613140 or 15506361. OLE color: 15506361.
HSL color Cylindrical-coordinate representation of color #B99BEC: hue angle of 262.22º degrees, saturation: 0.68, 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 #B99BEC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 155 | 236 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 262.22º | 0.68% | 0.77% | - |
| HSV(B) | 262.22º | 0.34% | 0.93% | - |
| XYZ | 46.87 | 39.81 | 84.57 | - |
| YUV | 173.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 236 | 0.22 | 0.34 | 0 | 0.07 | 262.22 | 0.68 | 0.77 |
| Hex | B9 | 9B | EC | 16 | 22 | 0 | 7 | 106 | 44 | 4D |
| Octal | 271 | 233 | 354 | 26 | 42 | 0 | 7 | 406 | 104 | 115 |
| Binary | 10111001 | 10011011 | 11101100 | 10110 | 100010 | 0 | 111 | 100000110 | 1000100 | 1001101 |
Color Harmonies of #B99BEC
Complementary color
Monochromatic Colors of #B99BEC
Black with #B99BEC
Text Example
Text Example
White with #B99BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99BEC; }
p { color: rgb(185,155,236); }
H1.HeaderClassName
{
color: #B99BEC;
}
.AnyTagClassName
{
color: #B99BEC;
}
</style>
background-color css
<style>
a { background-color: #B99BEC; }
a { background-color: rgb(185,155,236); }
div.DivClassName
{
background-color: #B99BEC;
}
.BgClassName
{
background-color: #B99BEC;
}
</style>
border-color css
<style>
span { border-color: #B99BEC; }
span { border-color: rgb(185,155,236); }
td.TdClassName
{
border-color: #B99BEC;
}
.TagClassName
{
border-color: #B99BEC;
}
</style>