Shades of Perfume #BAA2DB
Tints of Perfume #BAA2DB
RGB
CMYK
RGB Variations
Color information
#BAA2DB (or 0xBAA2DB) is known color: Perfume. HEX triplet: BA, A2 and DB. RGB value is (186,162,219). Sum of RGB (Red+Green+Blue) = 186+162+219=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2DB is #455D24. Grayscale: #AFAFAF. Windows color (decimal): -4545829 or 14394042. OLE color: 14394042.
HSL color Cylindrical-coordinate representation of color #BAA2DB: hue angle of 265.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA2DB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 162 | 219 | - |
CMYK | 0.15 | 0.26 | 0 | 0.14 |
HSL | 265.26º | 0.44% | 0.75% | - |
HSV(B) | 265.26º | 0.26% | 0.86% | - |
XYZ | 45.96 | 41.39 | 72.59 | - |
YUV | 175.67 | 152.45 | 135.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 219 | 0.15 | 0.26 | 0 | 0.14 | 265.26 | 0.44 | 0.75 |
Hex | BA | A2 | DB | F | 1A | 0 | E | 109 | 2C | 4B |
Octal | 272 | 242 | 333 | 17 | 32 | 0 | 16 | 411 | 54 | 113 |
Binary | 10111010 | 10100010 | 11011011 | 1111 | 11010 | 0 | 1110 | 100001001 | 101100 | 1001011 |
Color Harmonies of #BAA2DB
Complementary color
Monochromatic Colors of #BAA2DB
Black with #BAA2DB
Text Example
Text Example
White with #BAA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2DB; }
p { color: rgb(186,162,219); }
H1.HeaderClassName
{
color: #BAA2DB;
}
.AnyTagClassName
{
color: #BAA2DB;
}
</style>
background-color css
<style>
a { background-color: #BAA2DB; }
a { background-color: rgb(186,162,219); }
div.DivClassName
{
background-color: #BAA2DB;
}
.BgClassName
{
background-color: #BAA2DB;
}
</style>
border-color css
<style>
span { border-color: #BAA2DB; }
span { border-color: rgb(186,162,219); }
td.TdClassName
{
border-color: #BAA2DB;
}
.TagClassName
{
border-color: #BAA2DB;
}
</style>