#BA99EE

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

Shades of Perfume #BA99EE

Tints of Perfume #BA99EE

Color information

#BA99EE (or 0xBA99EE) is unknown color: approx Perfume. HEX triplet: BA, 99 and EE. RGB value is (186,153,238). Sum of RGB (Red+Green+Blue) = 186+153+238=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EE is #456611. Grayscale: #ACACAC. Windows color (decimal): -4548114 or 15636922. OLE color: 15636922.

HSL color Cylindrical-coordinate representation of color #BA99EE: hue angle of 263.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA99EE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186153238-
CMYK0.220.3600.07
HSL263.29º71.43%76.67%-
HSV(B)263.29º35.71%93.33%-
XYZ47.0739.3986.01-
YUV172.56164.93137.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=32.24%
G=26.52%
B=41.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861532380.220.3600.07263.2971.4376.67
HexBA99EE162407107474d
Octal272231356264407407107115
Binary10111010100110011110111010110100100011110000011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99EE; }

 p { color: rgb(186,153,238); }

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

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

 a { background-color: rgb(186,153,238); }

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

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

 span { border-color: rgb(186,153,238); }

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