#BAA5CF

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

Shades of Perfume #BAA5CF

Tints of Perfume #BAA5CF

Color information

#BAA5CF (or 0xBAA5CF) is unknown color: approx Perfume. HEX triplet: BA, A5 and CF. RGB value is (186,165,207). Sum of RGB (Red+Green+Blue) = 186+165+207=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5CF is #455A30. Grayscale: #AFAFAF. Windows color (decimal): -4545073 or 13608378. OLE color: 13608378.

HSL color Cylindrical-coordinate representation of color #BAA5CF: hue angle of 270º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA5CF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186165207-
CMYK0.100.2000.19
HSL270º30.43%72.94%-
HSV(B)270º20.29%81.18%-
XYZ44.9741.8564.74-
YUV176.07145.46135.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=33.33%
G=29.57%
B=37.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861652070.100.2000.1927030.4372.94
HexBAA5CFA1401310e1e49
Octal272245317122402341636111
Binary101110101010010111001111101010100010011100001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5CF; }

 p { color: rgb(186,165,207); }

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

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

 a { background-color: rgb(186,165,207); }

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

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

 span { border-color: rgb(186,165,207); }

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