Html Css Color HEX #BA8CAA Lily

📋 copy color: '#BA8CAA'

red 186 ◦ green 140 ◦ blue 170

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

Shades of Lily #BA8CAA

Tints of Lily #BA8CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 37.5%
G = 28.23%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA8CAA (or 0xBA8CAA) is known color: Lily. HEX triplet: BA, 8C and AA. RGB value is (186,140,170). Sum of RGB (Red+Green+Blue) = 186+140+170=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CAA is #457355. Grayscale: #9D9D9D. Windows color (decimal): -4551510 or 11177146. OLE color: 11177146.

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

Color convert

RGB 186 140 170 -
CMYK 0 0.25 0.09 0.27
HSL 320.87º 0.25% 0.64% -
HSV(B) 320.87º 0.25% 0.73% -
XYZ 36.88 32.1 42.28 -
YUV 157.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 186 140 170 0 0.25 0.09 0.27 320.87 0.25 0.64
Hex BA 8C AA 0 19 9 1B 141 19 40
Octal 272 214 252 0 31 11 33 501 31 100
Binary 10111010 10001100 10101010 0 11001 1001 11011 101000001 11001 1000000

Color Harmonies of #BA8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CAA

Black with #BA8CAA

Text Example


Text Example

White with #BA8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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