Shades of Perfume #B99CED
Tints of Perfume #B99CED
RGB
CMYK
RGB Variations
Color information
#B99CED (or 0xB99CED) is known color: Perfume. HEX triplet: B9, 9C and ED. RGB value is (185,156,237). Sum of RGB (Red+Green+Blue) = 185+156+237=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #B99CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CED is #466312. Grayscale: #ADADAD. Windows color (decimal): -4612883 or 15572153. OLE color: 15572153.
HSL color Cylindrical-coordinate representation of color #B99CED: hue angle of 261.48º degrees, saturation: 0.69, 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 #B99CED is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 156 | 237 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.07 |
| HSL | 261.48º | 0.69% | 0.77% | - |
| HSV(B) | 261.48º | 0.34% | 0.93% | - |
| XYZ | 47.18 | 40.21 | 85.39 | - |
| YUV | 173.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 237 | 0.22 | 0.34 | 0 | 0.07 | 261.48 | 0.69 | 0.77 |
| Hex | B9 | 9C | ED | 16 | 22 | 0 | 7 | 105 | 45 | 4D |
| Octal | 271 | 234 | 355 | 26 | 42 | 0 | 7 | 405 | 105 | 115 |
| Binary | 10111001 | 10011100 | 11101101 | 10110 | 100010 | 0 | 111 | 100000101 | 1000101 | 1001101 |
Color Harmonies of #B99CED
Complementary color
Monochromatic Colors of #B99CED
Black with #B99CED
Text Example
Text Example
White with #B99CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CED; }
p { color: rgb(185,156,237); }
H1.HeaderClassName
{
color: #B99CED;
}
.AnyTagClassName
{
color: #B99CED;
}
</style>
background-color css
<style>
a { background-color: #B99CED; }
a { background-color: rgb(185,156,237); }
div.DivClassName
{
background-color: #B99CED;
}
.BgClassName
{
background-color: #B99CED;
}
</style>
border-color css
<style>
span { border-color: #B99CED; }
span { border-color: rgb(185,156,237); }
td.TdClassName
{
border-color: #B99CED;
}
.TagClassName
{
border-color: #B99CED;
}
</style>