Html Css Color HEX #BA8CA8 Lily

📋 copy color: '#BA8CA8'

red 186 ◦ green 140 ◦ blue 168

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

Shades of Lily #BA8CA8

Tints of Lily #BA8CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 37.65%
G = 28.34%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA8CA8 (or 0xBA8CA8) is known color: Lily. HEX triplet: BA, 8C and A8. RGB value is (186,140,168). Sum of RGB (Red+Green+Blue) = 186+140+168=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CA8 is #457357. Grayscale: #9C9C9C. Windows color (decimal): -4551512 or 11046074. OLE color: 11046074.

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

Color convert

RGB 186 140 168 -
CMYK 0 0.25 0.10 0.27
HSL 323.48º 0.25% 0.64% -
HSV(B) 323.48º 0.25% 0.73% -
XYZ 36.7 32.02 41.29 -
YUV 156.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 186 140 168 0 0.25 0.10 0.27 323.48 0.25 0.64
Hex BA 8C A8 0 19 A 1B 143 19 40
Octal 272 214 250 0 31 12 33 503 31 100
Binary 10111010 10001100 10101000 0 11001 1010 11011 101000011 11001 1000000

Color Harmonies of #BA8CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CA8

Black with #BA8CA8

Text Example


Text Example

White with #BA8CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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