#BA98E3

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

Shades of Perfume #BA98E3

Tints of Perfume #BA98E3

Color information

#BA98E3 (or 0xBA98E3) is unknown color: approx Perfume. HEX triplet: BA, 98 and E3. RGB value is (186,152,227). Sum of RGB (Red+Green+Blue) = 186+152+227=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA98E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98E3 is #45671C. Grayscale: #AAAAAA. Windows color (decimal): -4548381 or 14915770. OLE color: 14915770.

HSL color Cylindrical-coordinate representation of color #BA98E3: hue angle of 267.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA98E3 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186152227-
CMYK0.180.3300.11
HSL267.2º57.25%74.31%-
HSV(B)267.2º33.04%89.02%-
XYZ45.3438.4477.7-
YUV170.72159.76138.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=32.92%
G=26.90%
B=40.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861522270.180.3300.11267.257.2574.31
HexBA98E312210B10b394a
Octal272230343224101341371112
Binary10111010100110001110001110010100001010111000010111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98E3; }

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

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

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

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

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

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

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

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