#BAA0CA

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

Shades of Perfume #BAA0CA

Tints of Perfume #BAA0CA

Color information

#BAA0CA (or 0xBAA0CA) is unknown color: approx Perfume. HEX triplet: BA, A0 and CA. RGB value is (186,160,202). Sum of RGB (Red+Green+Blue) = 186+160+202=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0CA is #455F35. Grayscale: #ACACAC. Windows color (decimal): -4546358 or 13279418. OLE color: 13279418.

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

Color convert

RGB186160202-
CMYK0.080.2100.21
HSL277.14º28.38%70.98%-
HSV(B)277.14º20.79%79.22%-
XYZ43.4839.8461.28-
YUV172.56144.61137.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=33.94%
G=29.20%
B=36.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861602020.080.2100.21277.1428.3870.98
HexBAA0CA8150151151c47
Octal272240312102502542534107
Binary101110101010000011001010100010101010101100010101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0CA; }

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

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

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

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

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

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

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

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