Html Css Color HEX #BA92BE Lilac

📋 copy color: '#BA92BE'

red 186 ◦ green 146 ◦ blue 190

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

Shades of Lilac #BA92BE

Tints of Lilac #BA92BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 35.63%
G = 27.97%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA92BE (or 0xBA92BE) is known color: Lilac. HEX triplet: BA, 92 and BE. RGB value is (186,146,190). Sum of RGB (Red+Green+Blue) = 186+146+190=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BE is #456D41. Grayscale: #A2A2A2. Windows color (decimal): -4549954 or 12489402. OLE color: 12489402.

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

Color convert

RGB 186 146 190 -
CMYK 0.02 0.23 0 0.25
HSL 294.55º 0.25% 0.66% -
HSV(B) 294.55º 0.23% 0.75% -
XYZ 39.82 34.71 53.32 -
YUV 162.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 186 146 190 0.02 0.23 0 0.25 294.55 0.25 0.66
Hex BA 92 BE 2 17 0 19 127 19 42
Octal 272 222 276 2 27 0 31 447 31 102
Binary 10111010 10010010 10111110 10 10111 0 11001 100100111 11001 1000010

Color Harmonies of #BA92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BE

Black with #BA92BE

Text Example


Text Example

White with #BA92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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