#BA98EE

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

Shades of Perfume #BA98EE

Tints of Perfume #BA98EE

Color information

#BA98EE (or 0xBA98EE) is unknown color: approx Perfume. HEX triplet: BA, 98 and EE. RGB value is (186,152,238). Sum of RGB (Red+Green+Blue) = 186+152+238=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98EE is #456711. Grayscale: #ABABAB. Windows color (decimal): -4548370 or 15636666. OLE color: 15636666.

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

Color convert

RGB186152238-
CMYK0.220.3600.07
HSL263.72º71.67%76.47%-
HSV(B)263.72º36.13%93.33%-
XYZ46.9139.0785.96-
YUV171.97165.26138.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=32.29%
G=26.39%
B=41.32%

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
Decimal1861522380.220.3600.07263.7271.6776.47
HexBA98EE162407108484c
Octal272230356264407410110114
Binary10111010100110001110111010110100100011110000100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98EE; }

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

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

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

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

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

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

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

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