Shades of Perfume #BA9FCB
Tints of Perfume #BA9FCB
RGB
CMYK
RGB Variations
Color information
#BA9FCB (or 0xBA9FCB) is known color: Perfume. HEX triplet: BA, 9F and CB. RGB value is (186,159,203). Sum of RGB (Red+Green+Blue) = 186+159+203=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FCB is #456034. Grayscale: #ABABAB. Windows color (decimal): -4546613 or 13344698. OLE color: 13344698.
HSL color Cylindrical-coordinate representation of color #BA9FCB: hue angle of 276.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9FCB is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 159 | 203 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.20 |
| HSL | 276.82º | 0.3% | 0.71% | - |
| HSV(B) | 276.82º | 0.22% | 0.8% | - |
| XYZ | 43.43 | 39.55 | 61.84 | - |
| YUV | 172.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 203 | 0.08 | 0.22 | 0 | 0.20 | 276.82 | 0.3 | 0.71 |
| Hex | BA | 9F | CB | 8 | 16 | 0 | 14 | 115 | 1E | 47 |
| Octal | 272 | 237 | 313 | 10 | 26 | 0 | 24 | 425 | 36 | 107 |
| Binary | 10111010 | 10011111 | 11001011 | 1000 | 10110 | 0 | 10100 | 100010101 | 11110 | 1000111 |
Color Harmonies of #BA9FCB
Complementary color
Monochromatic Colors of #BA9FCB
Black with #BA9FCB
Text Example
Text Example
White with #BA9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9FCB; }
p { color: rgb(186,159,203); }
H1.HeaderClassName
{
color: #BA9FCB;
}
.AnyTagClassName
{
color: #BA9FCB;
}
</style>
background-color css
<style>
a { background-color: #BA9FCB; }
a { background-color: rgb(186,159,203); }
div.DivClassName
{
background-color: #BA9FCB;
}
.BgClassName
{
background-color: #BA9FCB;
}
</style>
border-color css
<style>
span { border-color: #BA9FCB; }
span { border-color: rgb(186,159,203); }
td.TdClassName
{
border-color: #BA9FCB;
}
.TagClassName
{
border-color: #BA9FCB;
}
</style>