#BAA0FA

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

Shades of Perfume #BAA0FA

Tints of Perfume #BAA0FA

Color information

#BAA0FA (or 0xBAA0FA) is unknown color: approx Perfume. HEX triplet: BA, A0 and FA. RGB value is (186,160,250). Sum of RGB (Red+Green+Blue) = 186+160+250=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0FA is #455F05. Grayscale: #B1B1B1. Windows color (decimal): -4546310 or 16425146. OLE color: 16425146.

HSL color Cylindrical-coordinate representation of color #BAA0FA: hue angle of 257.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA0FA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186160250-
CMYK0.260.3600.02
HSL257.33º90%80.39%-
HSV(B)257.33º36%98.04%-
XYZ50.0842.4896-
YUV178.03168.61133.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=31.21%
G=26.85%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861602500.260.3600.02257.339080.39
HexBAA0FA1A24021015a50
Octal272240372324402401132120
Binary1011101010100000111110101101010010001010000000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0FA; }

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

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

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

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

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

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

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

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