#BAA7CA

Color #BAA7CA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BAA7CA

Tints of Perfume #BAA7CA

Color information

#BAA7CA (or 0xBAA7CA) is unknown color: approx Perfume. HEX triplet: BA, A7 and CA. RGB value is (186,167,202). Sum of RGB (Red+Green+Blue) = 186+167+202=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7CA is #455835. Grayscale: #B0B0B0. Windows color (decimal): -4544566 or 13281210. OLE color: 13281210.

HSL color Cylindrical-coordinate representation of color #BAA7CA: hue angle of 272.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA7CA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186167202-
CMYK0.080.1700.21
HSL272.57º24.82%72.35%-
HSV(B)272.57º17.33%79.22%-
XYZ44.7342.3461.69-
YUV176.67142.29134.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=33.51%
G=30.09%
B=36.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861672020.080.1700.21272.5724.8272.35
HexBAA7CA8110151111948
Octal272247312102102542131110
Binary101110101010011111001010100010001010101100010001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7CA; }

 p { color: rgb(186,167,202); }

 H1.HeaderClassName
 {
   color: #BAA7CA;
 }
 .AnyTagClassName
 {
   color: #BAA7CA;
 }
</style>
background-color css

<style>
 a { background-color: #BAA7CA; }

 a { background-color: rgb(186,167,202); }

 div.DivClassName
 {
   background-color: #BAA7CA;
 }
 .BgClassName
 {
   background-color: #BAA7CA;
 }
</style>
border-color css

<style>
 span { border-color: #BAA7CA; }

 span { border-color: rgb(186,167,202); }

 td.TdClassName
 {
   border-color: #BAA7CA;
 }
 .TagClassName
 {
   border-color: #BAA7CA;
 }
</style>