Html Css Color HEX #BA8BAA Lily

📋 copy color: '#BA8BAA'

red 186 ◦ green 139 ◦ blue 170

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

Shades of Lily #BA8BAA

Tints of Lily #BA8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.08%

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

R = 37.58%
G = 28.08%
B = 34.34%

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

#BA8BAA (or 0xBA8BAA) is known color: Lily. HEX triplet: BA, 8B and AA. RGB value is (186,139,170). Sum of RGB (Red+Green+Blue) = 186+139+170=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BAA is #457455. Grayscale: #9C9C9C. Windows color (decimal): -4551766 or 11176890. OLE color: 11176890.

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

Color convert

RGB 186 139 170 -
CMYK 0 0.25 0.09 0.27
HSL 320.43º 0.25% 0.64% -
HSV(B) 320.43º 0.25% 0.73% -
XYZ 36.74 31.81 42.23 -
YUV 156.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 186 139 170 0 0.25 0.09 0.27 320.43 0.25 0.64
Hex BA 8B AA 0 19 9 1B 140 19 40
Octal 272 213 252 0 31 11 33 500 31 100
Binary 10111010 10001011 10101010 0 11001 1001 11011 101000000 11001 1000000

Color Harmonies of #BA8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BAA

Black with #BA8BAA

Text Example


Text Example

White with #BA8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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