Html Css Color HEX #BA92BC Lilac

📋 copy color: '#BA92BC'

red 186 ◦ green 146 ◦ blue 188

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

Shades of Lilac #BA92BC

Tints of Lilac #BA92BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 35.77%
G = 28.08%
B = 36.15%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA92BC (or 0xBA92BC) is known color: Lilac. HEX triplet: BA, 92 and BC. RGB value is (186,146,188). Sum of RGB (Red+Green+Blue) = 186+146+188=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92BC is #456D43. Grayscale: #A2A2A2. Windows color (decimal): -4549956 or 12358330. OLE color: 12358330.

HSL color Cylindrical-coordinate representation of color #BA92BC: hue angle of 297.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA92BC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 146 188 -
CMYK 0.01 0.22 0 0.26
HSL 297.14º 0.24% 0.65% -
HSV(B) 297.14º 0.22% 0.74% -
XYZ 39.61 34.63 52.17 -
YUV 162.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 186 146 188 0.01 0.22 0 0.26 297.14 0.24 0.65
Hex BA 92 BC 1 16 0 1A 129 18 41
Octal 272 222 274 1 26 0 32 451 30 101
Binary 10111010 10010010 10111100 1 10110 0 11010 100101001 11000 1000001

Color Harmonies of #BA92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92BC

Black with #BA92BC

Text Example


Text Example

White with #BA92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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