Html Css Color HEX #BA8DBF Lilac

📋 copy color: '#BA8DBF'

red 186 ◦ green 141 ◦ blue 191

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

Shades of Lilac #BA8DBF

Tints of Lilac #BA8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

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

R = 35.91%
G = 27.22%
B = 36.87%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA8DBF (or 0xBA8DBF) is known color: Lilac. HEX triplet: BA, 8D and BF. RGB value is (186,141,191). Sum of RGB (Red+Green+Blue) = 186+141+191=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DBF is #457240. Grayscale: #A0A0A0. Windows color (decimal): -4551233 or 12553658. OLE color: 12553658.

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

Color convert

RGB 186 141 191 -
CMYK 0.03 0.26 0 0.25
HSL 294º 0.28% 0.65% -
HSV(B) 294º 0.26% 0.75% -
XYZ 39.18 33.25 53.64 -
YUV 160.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 186 141 191 0.03 0.26 0 0.25 294 0.28 0.65
Hex BA 8D BF 3 1A 0 19 126 1C 41
Octal 272 215 277 3 32 0 31 446 34 101
Binary 10111010 10001101 10111111 11 11010 0 11001 100100110 11100 1000001

Color Harmonies of #BA8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DBF

Black with #BA8DBF

Text Example


Text Example

White with #BA8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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