Shades of Perfume #B99ED3
Tints of Perfume #B99ED3
RGB
CMYK
RGB Variations
Color information
#B99ED3 (or 0xB99ED3) is known color: Perfume. HEX triplet: B9, 9E and D3. RGB value is (185,158,211). Sum of RGB (Red+Green+Blue) = 185+158+211=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #B99ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ED3 is #46612C. Grayscale: #ABABAB. Windows color (decimal): -4612397 or 13868729. OLE color: 13868729.
HSL color Cylindrical-coordinate representation of color #B99ED3: hue angle of 270.57º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99ED3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 158 | 211 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.17 |
| HSL | 270.57º | 0.38% | 0.72% | - |
| HSV(B) | 270.57º | 0.25% | 0.83% | - |
| XYZ | 43.99 | 39.47 | 66.93 | - |
| YUV | 172.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 211 | 0.12 | 0.25 | 0 | 0.17 | 270.57 | 0.38 | 0.72 |
| Hex | B9 | 9E | D3 | C | 19 | 0 | 11 | 10F | 26 | 48 |
| Octal | 271 | 236 | 323 | 14 | 31 | 0 | 21 | 417 | 46 | 110 |
| Binary | 10111001 | 10011110 | 11010011 | 1100 | 11001 | 0 | 10001 | 100001111 | 100110 | 1001000 |
Color Harmonies of #B99ED3
Complementary color
Monochromatic Colors of #B99ED3
Black with #B99ED3
Text Example
Text Example
White with #B99ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ED3; }
p { color: rgb(185,158,211); }
H1.HeaderClassName
{
color: #B99ED3;
}
.AnyTagClassName
{
color: #B99ED3;
}
</style>
background-color css
<style>
a { background-color: #B99ED3; }
a { background-color: rgb(185,158,211); }
div.DivClassName
{
background-color: #B99ED3;
}
.BgClassName
{
background-color: #B99ED3;
}
</style>
border-color css
<style>
span { border-color: #B99ED3; }
span { border-color: rgb(185,158,211); }
td.TdClassName
{
border-color: #B99ED3;
}
.TagClassName
{
border-color: #B99ED3;
}
</style>