Html Css Color HEX #BA8CBE Lilac

📋 copy color: '#BA8CBE'

red 186 ◦ green 140 ◦ blue 190

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

Shades of Lilac #BA8CBE

Tints of Lilac #BA8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 36.05%
G = 27.13%
B = 36.82%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA8CBE (or 0xBA8CBE) is known color: Lilac. HEX triplet: BA, 8C and BE. RGB value is (186,140,190). Sum of RGB (Red+Green+Blue) = 186+140+190=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBE is #457341. Grayscale: #9F9F9F. Windows color (decimal): -4551490 or 12487866. OLE color: 12487866.

HSL color Cylindrical-coordinate representation of color #BA8CBE: hue angle of 295.2º 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 #BA8CBE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 140 190 -
CMYK 0.02 0.26 0 0.25
HSL 295.2º 0.28% 0.65% -
HSV(B) 295.2º 0.26% 0.75% -
XYZ 38.92 32.91 53.02 -
YUV 159.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 186 140 190 0.02 0.26 0 0.25 295.2 0.28 0.65
Hex BA 8C BE 2 1A 0 19 127 1C 41
Octal 272 214 276 2 32 0 31 447 34 101
Binary 10111010 10001100 10111110 10 11010 0 11001 100100111 11100 1000001

Color Harmonies of #BA8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CBE

Black with #BA8CBE

Text Example


Text Example

White with #BA8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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