#BAAACA

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

Shades of Perfume #BAAACA

Tints of Perfume #BAAACA

Color information

#BAAACA (or 0xBAAACA) is unknown color: approx Perfume. HEX triplet: BA, AA and CA. RGB value is (186,170,202). Sum of RGB (Red+Green+Blue) = 186+170+202=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACA is #455535. Grayscale: #B2B2B2. Windows color (decimal): -4543798 or 13281978. OLE color: 13281978.

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

Color convert

RGB186170202-
CMYK0.080.1600.21
HSL270º23.19%72.94%-
HSV(B)270º15.84%79.22%-
XYZ45.2943.4561.88-
YUV178.43141.3133.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=33.33%
G=30.47%
B=36.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861702020.080.1600.2127023.1972.94
HexBAAACA81001510e1749
Octal272252312102002541627111
Binary101110101010101011001010100010000010101100001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAACA; }

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

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

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

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

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

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

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

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