Shades of Perfume #BAA2D8
Tints of Perfume #BAA2D8
RGB
CMYK
RGB Variations
Color information
#BAA2D8 (or 0xBAA2D8) is known color: Perfume. HEX triplet: BA, A2 and D8. RGB value is (186,162,216). Sum of RGB (Red+Green+Blue) = 186+162+216=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2D8 is #455D27. Grayscale: #AFAFAF. Windows color (decimal): -4545832 or 14197434. OLE color: 14197434.
HSL color Cylindrical-coordinate representation of color #BAA2D8: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA2D8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 162 | 216 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.15 |
| HSL | 266.67º | 0.41% | 0.74% | - |
| HSV(B) | 266.67º | 0.25% | 0.85% | - |
| XYZ | 45.56 | 41.24 | 70.52 | - |
| YUV | 175.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 216 | 0.14 | 0.25 | 0 | 0.15 | 266.67 | 0.41 | 0.74 |
| Hex | BA | A2 | D8 | E | 19 | 0 | F | 10B | 29 | 4A |
| Octal | 272 | 242 | 330 | 16 | 31 | 0 | 17 | 413 | 51 | 112 |
| Binary | 10111010 | 10100010 | 11011000 | 1110 | 11001 | 0 | 1111 | 100001011 | 101001 | 1001010 |
Color Harmonies of #BAA2D8
Complementary color
Monochromatic Colors of #BAA2D8
Black with #BAA2D8
Text Example
Text Example
White with #BAA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA2D8; }
p { color: rgb(186,162,216); }
H1.HeaderClassName
{
color: #BAA2D8;
}
.AnyTagClassName
{
color: #BAA2D8;
}
</style>
background-color css
<style>
a { background-color: #BAA2D8; }
a { background-color: rgb(186,162,216); }
div.DivClassName
{
background-color: #BAA2D8;
}
.BgClassName
{
background-color: #BAA2D8;
}
</style>
border-color css
<style>
span { border-color: #BAA2D8; }
span { border-color: rgb(186,162,216); }
td.TdClassName
{
border-color: #BAA2D8;
}
.TagClassName
{
border-color: #BAA2D8;
}
</style>