Html Css Color HEX #BA8FBD Lilac

📋 copy color: '#BA8FBD'

red 186 ◦ green 143 ◦ blue 189

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

Shades of Lilac #BA8FBD

Tints of Lilac #BA8FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 35.91%
G = 27.61%
B = 36.49%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA8FBD (or 0xBA8FBD) is known color: Lilac. HEX triplet: BA, 8F and BD. RGB value is (186,143,189). Sum of RGB (Red+Green+Blue) = 186+143+189=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBD is #457042. Grayscale: #A0A0A0. Windows color (decimal): -4550723 or 12423098. OLE color: 12423098.

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

Color convert

RGB 186 143 189 -
CMYK 0.02 0.24 0 0.26
HSL 296.09º 0.26% 0.65% -
HSV(B) 296.09º 0.24% 0.74% -
XYZ 39.26 33.76 52.59 -
YUV 161.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 186 143 189 0.02 0.24 0 0.26 296.09 0.26 0.65
Hex BA 8F BD 2 18 0 1A 128 1A 41
Octal 272 217 275 2 30 0 32 450 32 101
Binary 10111010 10001111 10111101 10 11000 0 11010 100101000 11010 1000001

Color Harmonies of #BA8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FBD

Black with #BA8FBD

Text Example


Text Example

White with #BA8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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