Html Css Color HEX #BA97A7 Lily

📋 copy color: '#BA97A7'

red 186 ◦ green 151 ◦ blue 167

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

Shades of Lily #BA97A7

Tints of Lily #BA97A7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.96%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 36.9%
G = 29.96%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA97A7 (or 0xBA97A7) is known color: Lily. HEX triplet: BA, 97 and A7. RGB value is (186,151,167). Sum of RGB (Red+Green+Blue) = 186+151+167=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA97A7 is #456858. Grayscale: #A3A3A3. Windows color (decimal): -4548697 or 10983354. OLE color: 10983354.

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

Color convert

RGB 186 151 167 -
CMYK 0 0.19 0.10 0.27
HSL 332.57º 0.2% 0.66% -
HSV(B) 332.57º 0.19% 0.73% -
XYZ 38.29 35.36 41.37 -
YUV 163.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 186 151 167 0 0.19 0.10 0.27 332.57 0.2 0.66
Hex BA 97 A7 0 13 A 1B 14D 14 42
Octal 272 227 247 0 23 12 33 515 24 102
Binary 10111010 10010111 10100111 0 10011 1010 11011 101001101 10100 1000010

Color Harmonies of #BA97A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97A7

Black with #BA97A7

Text Example


Text Example

White with #BA97A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97A7; }

 p { color: rgb(186,151,167); }

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

background-color css

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

 a { background-color: rgb(186,151,167); }

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

border-color css

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

 span { border-color: rgb(186,151,167); }

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