#BA9ED3

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

Shades of Perfume #BA9ED3

Tints of Perfume #BA9ED3

Color information

#BA9ED3 (or 0xBA9ED3) is unknown color: approx Perfume. HEX triplet: BA, 9E and D3. RGB value is (186,158,211). Sum of RGB (Red+Green+Blue) = 186+158+211=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED3 is #45612C. Grayscale: #ACACAC. Windows color (decimal): -4546861 or 13868730. OLE color: 13868730.

HSL color Cylindrical-coordinate representation of color #BA9ED3: hue angle of 271.7º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9ED3 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186158211-
CMYK0.120.2500.17
HSL271.7º37.59%72.35%-
HSV(B)271.7º25.12%82.75%-
XYZ44.2339.666.94-
YUV172.41149.78137.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=33.51%
G=28.47%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861582110.120.2500.17271.737.5972.35
HexBA9ED3C190111102648
Octal272236323143102142046110
Binary1011101010011110110100111100110010100011000100001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ED3; }

 p { color: rgb(186,158,211); }

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

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

 a { background-color: rgb(186,158,211); }

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

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

 span { border-color: rgb(186,158,211); }

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