Html Css Color HEX #BA97B1 Lily

📋 copy color: '#BA97B1'

red 186 ◦ green 151 ◦ blue 177

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

Shades of Lily #BA97B1

Tints of Lily #BA97B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.44%

R = 36.19%
G = 29.38%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA97B1 (or 0xBA97B1) is known color: Lily. HEX triplet: BA, 97 and B1. RGB value is (186,151,177). Sum of RGB (Red+Green+Blue) = 186+151+177=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA97B1 is #45684E. Grayscale: #A4A4A4. Windows color (decimal): -4548687 or 11638714. OLE color: 11638714.

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

Color convert

RGB 186 151 177 -
CMYK 0 0.19 0.05 0.27
HSL 315.43º 0.2% 0.66% -
HSV(B) 315.43º 0.19% 0.73% -
XYZ 39.25 35.75 46.43 -
YUV 164.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 186 151 177 0 0.19 0.05 0.27 315.43 0.2 0.66
Hex BA 97 B1 0 13 5 1B 13B 14 42
Octal 272 227 261 0 23 5 33 473 24 102
Binary 10111010 10010111 10110001 0 10011 101 11011 100111011 10100 1000010

Color Harmonies of #BA97B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97B1

Black with #BA97B1

Text Example


Text Example

White with #BA97B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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