Html Css Color HEX #BA94AF Lily

📋 copy color: '#BA94AF'

red 186 ◦ green 148 ◦ blue 175

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

Shades of Lily #BA94AF

Tints of Lily #BA94AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

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

R = 36.54%
G = 29.08%
B = 34.38%

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

#BA94AF (or 0xBA94AF) is known color: Lily. HEX triplet: BA, 94 and AF. RGB value is (186,148,175). Sum of RGB (Red+Green+Blue) = 186+148+175=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA94AF is #456B50. Grayscale: #A2A2A2. Windows color (decimal): -4549457 or 11506874. OLE color: 11506874.

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

Color convert

RGB 186 148 175 -
CMYK 0 0.20 0.06 0.27
HSL 317.37º 0.22% 0.65% -
HSV(B) 317.37º 0.2% 0.73% -
XYZ 38.58 34.71 45.22 -
YUV 162.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 186 148 175 0 0.20 0.06 0.27 317.37 0.22 0.65
Hex BA 94 AF 0 14 6 1B 13D 16 41
Octal 272 224 257 0 24 6 33 475 26 101
Binary 10111010 10010100 10101111 0 10100 110 11011 100111101 10110 1000001

Color Harmonies of #BA94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA94AF

Black with #BA94AF

Text Example


Text Example

White with #BA94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA94AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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