#BA9CE5

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

Shades of Perfume #BA9CE5

Tints of Perfume #BA9CE5

Color information

#BA9CE5 (or 0xBA9CE5) is unknown color: approx Perfume. HEX triplet: BA, 9C and E5. RGB value is (186,156,229). Sum of RGB (Red+Green+Blue) = 186+156+229=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CE5 is #45631A. Grayscale: #ADADAD. Windows color (decimal): -4547355 or 15047866. OLE color: 15047866.

HSL color Cylindrical-coordinate representation of color #BA9CE5: hue angle of 264.66º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9CE5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186156229-
CMYK0.190.3200.10
HSL264.66º58.4%75.49%-
HSV(B)264.66º31.88%89.8%-
XYZ46.2839.8779.39-
YUV173.29159.44137.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=32.57%
G=27.32%
B=40.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861562290.190.3200.10264.6658.475.49
HexBA9CE513200A1093a4b
Octal272234345234001241172113
Binary10111010100111001110010110011100000010101000010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CE5; }

 p { color: rgb(186,156,229); }

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

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

 a { background-color: rgb(186,156,229); }

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

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

 span { border-color: rgb(186,156,229); }

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