#BAA0FB

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

Shades of Perfume #BAA0FB

Tints of Perfume #BAA0FB

Color information

#BAA0FB (or 0xBAA0FB) is unknown color: approx Perfume. HEX triplet: BA, A0 and FB. RGB value is (186,160,251). Sum of RGB (Red+Green+Blue) = 186+160+251=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0FB is #455F04. Grayscale: #B1B1B1. Windows color (decimal): -4546309 or 16490682. OLE color: 16490682.

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

Color convert

RGB186160251-
CMYK0.260.3600.02
HSL257.14º91.92%80.59%-
HSV(B)257.14º36.25%98.43%-
XYZ50.2342.5596.83-
YUV178.15169.11133.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=31.16%
G=26.80%
B=42.04%

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
Decimal1861602510.260.3600.02257.1491.9280.59
HexBAA0FB1A24021015c51
Octal272240373324402401134121
Binary1011101010100000111110111101010010001010000000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0FB; }

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

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

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

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

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

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

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

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