#BA9ECC

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

Shades of Perfume #BA9ECC

Tints of Perfume #BA9ECC

Color information

#BA9ECC (or 0xBA9ECC) is unknown color: approx Perfume. HEX triplet: BA, 9E and CC. RGB value is (186,158,204). Sum of RGB (Red+Green+Blue) = 186+158+204=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ECC is #456133. Grayscale: #ABABAB. Windows color (decimal): -4546868 or 13409978. OLE color: 13409978.

HSL color Cylindrical-coordinate representation of color #BA9ECC: hue angle of 276.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9ECC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186158204-
CMYK0.090.2300.2
HSL276.52º31.08%70.98%-
HSV(B)276.52º22.55%80%-
XYZ43.3839.2562.42-
YUV171.62146.28138.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=33.94%
G=28.83%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861582040.090.2300.2276.5231.0870.98
HexBA9ECC9170141151f47
Octal272236314112702442537107
Binary101110101001111011001100100110111010100100010101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ECC; }

 p { color: rgb(186,158,204); }

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

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

 a { background-color: rgb(186,158,204); }

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

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

 span { border-color: rgb(186,158,204); }

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