Html Css Color HEX #BA92BF Lilac

📋 copy color: '#BA92BF'

red 186 ◦ green 146 ◦ blue 191

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

Shades of Lilac #BA92BF

Tints of Lilac #BA92BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 35.56%
G = 27.92%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA92BF (or 0xBA92BF) is known color: Lilac. HEX triplet: BA, 92 and BF. RGB value is (186,146,191). Sum of RGB (Red+Green+Blue) = 186+146+191=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BF is #456D40. Grayscale: #A2A2A2. Windows color (decimal): -4549953 or 12554938. OLE color: 12554938.

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

Color convert

RGB 186 146 191 -
CMYK 0.03 0.24 0 0.25
HSL 293.33º 0.26% 0.66% -
HSV(B) 293.33º 0.24% 0.75% -
XYZ 39.93 34.76 53.89 -
YUV 163.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 186 146 191 0.03 0.24 0 0.25 293.33 0.26 0.66
Hex BA 92 BF 3 18 0 19 125 1A 42
Octal 272 222 277 3 30 0 31 445 32 102
Binary 10111010 10010010 10111111 11 11000 0 11001 100100101 11010 1000010

Color Harmonies of #BA92BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BF

Black with #BA92BF

Text Example


Text Example

White with #BA92BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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