Html Css Color HEX #BA95AF Lily

📋 copy color: '#BA95AF'

red 186 ◦ green 149 ◦ blue 175

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

Shades of Lily #BA95AF

Tints of Lily #BA95AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 36.47%
G = 29.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA95AF (or 0xBA95AF) is known color: Lily. HEX triplet: BA, 95 and AF. RGB value is (186,149,175). Sum of RGB (Red+Green+Blue) = 186+149+175=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95AF is #456A50. Grayscale: #A2A2A2. Windows color (decimal): -4549201 or 11507130. OLE color: 11507130.

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

Color convert

RGB 186 149 175 -
CMYK 0 0.20 0.06 0.27
HSL 317.84º 0.21% 0.66% -
HSV(B) 317.84º 0.2% 0.73% -
XYZ 38.74 35.03 45.28 -
YUV 163.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 186 149 175 0 0.20 0.06 0.27 317.84 0.21 0.66
Hex BA 95 AF 0 14 6 1B 13E 15 42
Octal 272 225 257 0 24 6 33 476 25 102
Binary 10111010 10010101 10101111 0 10100 110 11011 100111110 10101 1000010

Color Harmonies of #BA95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95AF

Black with #BA95AF

Text Example


Text Example

White with #BA95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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