#ba9bee

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

Shades of Perfume #BA9BEE

Tints of Perfume #BA9BEE

Color information

#BA9BEE (or 0xBA9BEE) is unknown color: approx Perfume. HEX triplet: BA, 9B and EE. RGB value is (186,155,238). Sum of RGB (Red+Green+Blue) = 186+155+238=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BEE is #456411. Grayscale: #ADADAD. Windows color (decimal): -4547602 or 15637434. OLE color: 15637434.

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

Color convert

RGB186155238-
CMYK0.220.3500.07
HSL262.41º70.94%77.06%-
HSV(B)262.41º34.87%93.33%-
XYZ47.440.0586.12-
YUV173.73164.27136.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=32.12%
G=26.77%
B=41.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861552380.220.3500.07262.4170.9477.06
HexBA9BEE162307106474d
Octal272233356264307406107115
Binary10111010100110111110111010110100011011110000011010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9bee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9bee; }

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

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

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

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

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

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

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

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