Html Css Color HEX #BA92BD Lilac

📋 copy color: '#BA92BD'

red 186 ◦ green 146 ◦ blue 189

#BA92BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BA92BD

Tints of Lilac #BA92BD

RGB

 RED value IS 186 (73.05% from 255) = 35.7%

 GREEN value IS 146 (57.42% from 255) = 28.02%

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 35.7%
G = 28.02%
B = 36.28%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA92BD (or 0xBA92BD) is known color: Lilac. HEX triplet: BA, 92 and BD. RGB value is (186,146,189). Sum of RGB (Red+Green+Blue) = 186+146+189=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BD is #456D42. Grayscale: #A2A2A2. Windows color (decimal): -4549955 or 12423866. OLE color: 12423866.

HSL color Cylindrical-coordinate representation of color #BA92BD: hue angle of 295.81º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA92BD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 146 189 -
CMYK 0.02 0.23 0 0.26
HSL 295.81º 0.25% 0.66% -
HSV(B) 295.81º 0.23% 0.74% -
XYZ 39.71 34.67 52.74 -
YUV 162.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 186 146 189 0.02 0.23 0 0.26 295.81 0.25 0.66
Hex BA 92 BD 2 17 0 1A 128 19 42
Octal 272 222 275 2 27 0 32 450 31 102
Binary 10111010 10010010 10111101 10 10111 0 11010 100101000 11001 1000010

Color Harmonies of #BA92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BD

Black with #BA92BD

Text Example


Text Example

White with #BA92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BD; }

 p { color: rgb(186,146,189); }

 H1.HeaderClassName
 {
   color: #BA92BD;
 }
 .AnyTagClassName
 {
   color: #BA92BD;
 }
</style>

background-color css

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

 a { background-color: rgb(186,146,189); }

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

border-color css

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

 span { border-color: rgb(186,146,189); }

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