Html Css Color HEX #BA8CA6 Lily

📋 copy color: '#BA8CA6'

red 186 ◦ green 140 ◦ blue 166

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

Shades of Lily #BA8CA6

Tints of Lily #BA8CA6

RGB

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

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

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

R = 37.8%
G = 28.46%
B = 33.74%

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

#BA8CA6 (or 0xBA8CA6) is known color: Lily. HEX triplet: BA, 8C and A6. RGB value is (186,140,166). Sum of RGB (Red+Green+Blue) = 186+140+166=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CA6 is #457359. Grayscale: #9C9C9C. Windows color (decimal): -4551514 or 10915002. OLE color: 10915002.

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

Color convert

RGB 186 140 166 -
CMYK 0 0.25 0.11 0.27
HSL 326.09º 0.25% 0.64% -
HSV(B) 326.09º 0.25% 0.73% -
XYZ 36.51 31.95 40.32 -
YUV 156.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 186 140 166 0 0.25 0.11 0.27 326.09 0.25 0.64
Hex BA 8C A6 0 19 B 1B 146 19 40
Octal 272 214 246 0 31 13 33 506 31 100
Binary 10111010 10001100 10100110 0 11001 1011 11011 101000110 11001 1000000

Color Harmonies of #BA8CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8CA6

Black with #BA8CA6

Text Example


Text Example

White with #BA8CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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