#BA99E0

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

Shades of Perfume #BA99E0

Tints of Perfume #BA99E0

Color information

#BA99E0 (or 0xBA99E0) is unknown color: approx Perfume. HEX triplet: BA, 99 and E0. RGB value is (186,153,224). Sum of RGB (Red+Green+Blue) = 186+153+224=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99E0 is #45661F. Grayscale: #AAAAAA. Windows color (decimal): -4548128 or 14719418. OLE color: 14719418.

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

Color convert

RGB186153224-
CMYK0.170.3200.12
HSL267.89º53.38%73.92%-
HSV(B)267.89º31.7%87.84%-
XYZ45.138.675.6-
YUV170.96157.93138.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=33.04%
G=27.18%
B=39.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861532240.170.3200.12267.8953.3873.92
HexBA99E011200C10c354a
Octal272231340214001441465112
Binary10111010100110011110000010001100000011001000011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99E0; }

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

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

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

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

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

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

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

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