#BAA6CA

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

Shades of Perfume #BAA6CA

Tints of Perfume #BAA6CA

Color information

#BAA6CA (or 0xBAA6CA) is unknown color: approx Perfume. HEX triplet: BA, A6 and CA. RGB value is (186,166,202). Sum of RGB (Red+Green+Blue) = 186+166+202=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CA is #455935. Grayscale: #AFAFAF. Windows color (decimal): -4544822 or 13280954. OLE color: 13280954.

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

Color convert

RGB186166202-
CMYK0.080.1800.21
HSL273.33º25.35%72.16%-
HSV(B)273.33º17.82%79.22%-
XYZ44.5541.9861.63-
YUV176.08142.63135.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=33.57%
G=29.96%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861662020.080.1800.21273.3325.3572.16
HexBAA6CA8120151111948
Octal272246312102202542131110
Binary101110101010011011001010100010010010101100010001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6CA; }

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

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

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

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

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

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

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

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