#BA99EB

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

Shades of Perfume #BA99EB

Tints of Perfume #BA99EB

Color information

#BA99EB (or 0xBA99EB) is unknown color: approx Perfume. HEX triplet: BA, 99 and EB. RGB value is (186,153,235). Sum of RGB (Red+Green+Blue) = 186+153+235=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99EB is #456614. Grayscale: #ABABAB. Windows color (decimal): -4548117 or 15440314. OLE color: 15440314.

HSL color Cylindrical-coordinate representation of color #BA99EB: hue angle of 264.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA99EB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186153235-
CMYK0.210.3500.08
HSL264.15º67.21%76.08%-
HSV(B)264.15º34.89%92.16%-
XYZ46.6439.2283.71-
YUV172.21163.43137.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=32.40%
G=26.66%
B=40.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861532350.210.3500.08264.1567.2176.08
HexBA99EB152308108434c
Octal2722313532543010410103114
Binary101110101001100111101011101011000110100010000100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99EB; }

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

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

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

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

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

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

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

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