#BA98E0

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

Shades of Perfume #BA98E0

Tints of Perfume #BA98E0

Color information

#BA98E0 (or 0xBA98E0) is unknown color: approx Perfume. HEX triplet: BA, 98 and E0. RGB value is (186,152,224). Sum of RGB (Red+Green+Blue) = 186+152+224=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98E0 is #45671F. Grayscale: #AAAAAA. Windows color (decimal): -4548384 or 14719162. OLE color: 14719162.

HSL color Cylindrical-coordinate representation of color #BA98E0: hue angle of 268.33º degrees, saturation: 0.54, 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 #BA98E0 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186152224-
CMYK0.170.3200.12
HSL268.33º53.73%73.73%-
HSV(B)268.33º32.14%87.84%-
XYZ44.9338.2875.54-
YUV170.37158.26139.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=33.10%
G=27.05%
B=39.86%

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
Decimal1861522240.170.3200.12268.3353.7373.73
HexBA98E011200C10c364a
Octal272230340214001441466112
Binary10111010100110001110000010001100000011001000011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98E0; }

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

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

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

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

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

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

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

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