Html Css Color HEX #BA95AC Lily

📋 copy color: '#BA95AC'

red 186 ◦ green 149 ◦ blue 172

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

Shades of Lily #BA95AC

Tints of Lily #BA95AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 36.69%
G = 29.39%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA95AC (or 0xBA95AC) is known color: Lily. HEX triplet: BA, 95 and AC. RGB value is (186,149,172). Sum of RGB (Red+Green+Blue) = 186+149+172=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95AC is #456A53. Grayscale: #A2A2A2. Windows color (decimal): -4549204 or 11310522. OLE color: 11310522.

HSL color Cylindrical-coordinate representation of color #BA95AC: hue angle of 322.7º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95AC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 172 -
CMYK 0 0.20 0.08 0.27
HSL 322.7º 0.21% 0.66% -
HSV(B) 322.7º 0.2% 0.73% -
XYZ 38.44 34.91 43.74 -
YUV 162.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 186 149 172 0 0.20 0.08 0.27 322.7 0.21 0.66
Hex BA 95 AC 0 14 8 1B 143 15 42
Octal 272 225 254 0 24 10 33 503 25 102
Binary 10111010 10010101 10101100 0 10100 1000 11011 101000011 10101 1000010

Color Harmonies of #BA95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95AC

Black with #BA95AC

Text Example


Text Example

White with #BA95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95AC; }

 p { color: rgb(186,149,172); }

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

background-color css

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

 a { background-color: rgb(186,149,172); }

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

border-color css

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

 span { border-color: rgb(186,149,172); }

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