Shades of Perfume #BA9BED
Tints of Perfume #BA9BED
RGB
CMYK
RGB Variations
Color information
#BA9BED (or 0xBA9BED) is known color: Perfume. HEX triplet: BA, 9B and ED. RGB value is (186,155,237). Sum of RGB (Red+Green+Blue) = 186+155+237=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 155 (60.94% from 255 or 26.82% 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 #BA9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BED is #456412. Grayscale: #ADADAD. Windows color (decimal): -4547603 or 15571898. OLE color: 15571898.
HSL color Cylindrical-coordinate representation of color #BA9BED: hue angle of 262.68º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9BED is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 155 | 237 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.07 |
| HSL | 262.68º | 0.69% | 0.77% | - |
| HSV(B) | 262.68º | 0.35% | 0.93% | - |
| XYZ | 47.26 | 40 | 85.35 | - |
| YUV | 173.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 237 | 0.22 | 0.35 | 0 | 0.07 | 262.68 | 0.69 | 0.77 |
| Hex | BA | 9B | ED | 16 | 23 | 0 | 7 | 107 | 45 | 4D |
| Octal | 272 | 233 | 355 | 26 | 43 | 0 | 7 | 407 | 105 | 115 |
| Binary | 10111010 | 10011011 | 11101101 | 10110 | 100011 | 0 | 111 | 100000111 | 1000101 | 1001101 |
Color Harmonies of #BA9BED
Complementary color
Monochromatic Colors of #BA9BED
Black with #BA9BED
Text Example
Text Example
White with #BA9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9BED; }
p { color: rgb(186,155,237); }
H1.HeaderClassName
{
color: #BA9BED;
}
.AnyTagClassName
{
color: #BA9BED;
}
</style>
background-color css
<style>
a { background-color: #BA9BED; }
a { background-color: rgb(186,155,237); }
div.DivClassName
{
background-color: #BA9BED;
}
.BgClassName
{
background-color: #BA9BED;
}
</style>
border-color css
<style>
span { border-color: #BA9BED; }
span { border-color: rgb(186,155,237); }
td.TdClassName
{
border-color: #BA9BED;
}
.TagClassName
{
border-color: #BA9BED;
}
</style>