Shades of Perfume #BAA2D1
Tints of Perfume #BAA2D1
RGB
CMYK
RGB Variations
Color information
#BAA2D1 (or 0xBAA2D1) is known color: Perfume. HEX triplet: BA, A2 and D1. RGB value is (186,162,209). Sum of RGB (Red+Green+Blue) = 186+162+209=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2D1 is #455D2E. Grayscale: #AEAEAE. Windows color (decimal): -4545839 or 13738682. OLE color: 13738682.
HSL color Cylindrical-coordinate representation of color #BAA2D1: hue angle of 270.64º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA2D1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 186 | 162 | 209 | - |
CMYK | 0.11 | 0.22 | 0 | 0.18 |
HSL | 270.64º | 0.34% | 0.73% | - |
HSV(B) | 270.64º | 0.22% | 0.82% | - |
XYZ | 44.68 | 40.88 | 65.86 | - |
YUV | 174.53 | 147.45 | 136.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 162 | 209 | 0.11 | 0.22 | 0 | 0.18 | 270.64 | 0.34 | 0.73 |
Hex | BA | A2 | D1 | B | 16 | 0 | 12 | 10F | 22 | 49 |
Octal | 272 | 242 | 321 | 13 | 26 | 0 | 22 | 417 | 42 | 111 |
Binary | 10111010 | 10100010 | 11010001 | 1011 | 10110 | 0 | 10010 | 100001111 | 100010 | 1001001 |
Color Harmonies of #BAA2D1
Complementary color
Monochromatic Colors of #BAA2D1
Black with #BAA2D1
Text Example
Text Example
White with #BAA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2D1; }
p { color: rgb(186,162,209); }
H1.HeaderClassName
{
color: #BAA2D1;
}
.AnyTagClassName
{
color: #BAA2D1;
}
</style>
background-color css
<style>
a { background-color: #BAA2D1; }
a { background-color: rgb(186,162,209); }
div.DivClassName
{
background-color: #BAA2D1;
}
.BgClassName
{
background-color: #BAA2D1;
}
</style>
border-color css
<style>
span { border-color: #BAA2D1; }
span { border-color: rgb(186,162,209); }
td.TdClassName
{
border-color: #BAA2D1;
}
.TagClassName
{
border-color: #BAA2D1;
}
</style>