Shades of Perfume #BAAACB
Tints of Perfume #BAAACB
RGB
CMYK
RGB Variations
Color information
#BAAACB (or 0xBAAACB) is known color: Perfume. HEX triplet: BA, AA and CB. RGB value is (186,170,203). Sum of RGB (Red+Green+Blue) = 186+170+203=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACB is #455534. Grayscale: #B2B2B2. Windows color (decimal): -4543797 or 13347514. OLE color: 13347514.
HSL color Cylindrical-coordinate representation of color #BAAACB: hue angle of 269.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAACB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 170 | 203 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.20 |
| HSL | 269.09º | 0.24% | 0.73% | - |
| HSV(B) | 269.09º | 0.16% | 0.8% | - |
| XYZ | 45.4 | 43.5 | 62.5 | - |
| YUV | 178.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 203 | 0.08 | 0.16 | 0 | 0.20 | 269.09 | 0.24 | 0.73 |
| Hex | BA | AA | CB | 8 | 10 | 0 | 14 | 10D | 18 | 49 |
| Octal | 272 | 252 | 313 | 10 | 20 | 0 | 24 | 415 | 30 | 111 |
| Binary | 10111010 | 10101010 | 11001011 | 1000 | 10000 | 0 | 10100 | 100001101 | 11000 | 1001001 |
Color Harmonies of #BAAACB
Complementary color
Monochromatic Colors of #BAAACB
Black with #BAAACB
Text Example
Text Example
White with #BAAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAACB; }
p { color: rgb(186,170,203); }
H1.HeaderClassName
{
color: #BAAACB;
}
.AnyTagClassName
{
color: #BAAACB;
}
</style>
background-color css
<style>
a { background-color: #BAAACB; }
a { background-color: rgb(186,170,203); }
div.DivClassName
{
background-color: #BAAACB;
}
.BgClassName
{
background-color: #BAAACB;
}
</style>
border-color css
<style>
span { border-color: #BAAACB; }
span { border-color: rgb(186,170,203); }
td.TdClassName
{
border-color: #BAAACB;
}
.TagClassName
{
border-color: #BAAACB;
}
</style>