Html Css Color HEX #BA96BC Lilac

📋 copy color: '#BA96BC'

red 186 ◦ green 150 ◦ blue 188

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

Shades of Lilac #BA96BC

Tints of Lilac #BA96BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

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

R = 35.5%
G = 28.63%
B = 35.88%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA96BC (or 0xBA96BC) is known color: Lilac. HEX triplet: BA, 96 and BC. RGB value is (186,150,188). Sum of RGB (Red+Green+Blue) = 186+150+188=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96BC is #456943. Grayscale: #A4A4A4. Windows color (decimal): -4548932 or 12359354. OLE color: 12359354.

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

Color convert

RGB 186 150 188 -
CMYK 0.01 0.20 0 0.26
HSL 296.84º 0.22% 0.66% -
HSV(B) 296.84º 0.2% 0.74% -
XYZ 40.23 35.88 52.38 -
YUV 165.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 186 150 188 0.01 0.20 0 0.26 296.84 0.22 0.66
Hex BA 96 BC 1 14 0 1A 129 16 42
Octal 272 226 274 1 24 0 32 451 26 102
Binary 10111010 10010110 10111100 1 10100 0 11010 100101001 10110 1000010

Color Harmonies of #BA96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96BC

Black with #BA96BC

Text Example


Text Example

White with #BA96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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