#BAA0E0

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

Shades of Perfume #BAA0E0

Tints of Perfume #BAA0E0

Color information

#BAA0E0 (or 0xBAA0E0) is unknown color: approx Perfume. HEX triplet: BA, A0 and E0. RGB value is (186,160,224). Sum of RGB (Red+Green+Blue) = 186+160+224=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA0E0 is #455F1F. Grayscale: #AEAEAE. Windows color (decimal): -4546336 or 14721210. OLE color: 14721210.

HSL color Cylindrical-coordinate representation of color #BAA0E0: hue angle of 264.38º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA0E0 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186160224-
CMYK0.170.2900.12
HSL264.38º50.79%75.29%-
HSV(B)264.38º28.57%87.84%-
XYZ46.2840.9675.99-
YUV175.07155.61135.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=32.63%
G=28.07%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861602240.170.2900.12264.3850.7975.29
HexBAA0E0111D0C108334b
Octal272240340213501441063113
Binary1011101010100000111000001000111101011001000010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0E0; }

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

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

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

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

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

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

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

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