Html Css Color HEX #BA8BA6 Lily

📋 copy color: '#BA8BA6'

red 186 ◦ green 139 ◦ blue 166

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

Shades of Lily #BA8BA6

Tints of Lily #BA8BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 37.88%
G = 28.31%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA8BA6 (or 0xBA8BA6) is known color: Lily. HEX triplet: BA, 8B and A6. RGB value is (186,139,166). Sum of RGB (Red+Green+Blue) = 186+139+166=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8BA6 is #457459. Grayscale: #9C9C9C. Windows color (decimal): -4551770 or 10914746. OLE color: 10914746.

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

Color convert

RGB 186 139 166 -
CMYK 0 0.25 0.11 0.27
HSL 325.53º 0.25% 0.64% -
HSV(B) 325.53º 0.25% 0.73% -
XYZ 36.37 31.66 40.27 -
YUV 156.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 186 139 166 0 0.25 0.11 0.27 325.53 0.25 0.64
Hex BA 8B A6 0 19 B 1B 146 19 40
Octal 272 213 246 0 31 13 33 506 31 100
Binary 10111010 10001011 10100110 0 11001 1011 11011 101000110 11001 1000000

Color Harmonies of #BA8BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BA6

Black with #BA8BA6

Text Example


Text Example

White with #BA8BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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