Html Css Color HEX #BA8FBE Lilac

📋 copy color: '#BA8FBE'

red 186 ◦ green 143 ◦ blue 190

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

Shades of Lilac #BA8FBE

Tints of Lilac #BA8FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

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

R = 35.84%
G = 27.55%
B = 36.61%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA8FBE (or 0xBA8FBE) is known color: Lilac. HEX triplet: BA, 8F and BE. RGB value is (186,143,190). Sum of RGB (Red+Green+Blue) = 186+143+190=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBE is #457041. Grayscale: #A1A1A1. Windows color (decimal): -4550722 or 12488634. OLE color: 12488634.

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

Color convert

RGB 186 143 190 -
CMYK 0.02 0.25 0 0.25
HSL 294.89º 0.27% 0.65% -
HSV(B) 294.89º 0.25% 0.75% -
XYZ 39.37 33.8 53.16 -
YUV 161.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 186 143 190 0.02 0.25 0 0.25 294.89 0.27 0.65
Hex BA 8F BE 2 19 0 19 127 1B 41
Octal 272 217 276 2 31 0 31 447 33 101
Binary 10111010 10001111 10111110 10 11001 0 11001 100100111 11011 1000001

Color Harmonies of #BA8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FBE

Black with #BA8FBE

Text Example


Text Example

White with #BA8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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