Html Css Color HEX #BA91AE Lily

📋 copy color: '#BA91AE'

red 186 ◦ green 145 ◦ blue 174

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

Shades of Lily #BA91AE

Tints of Lily #BA91AE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 36.83%
G = 28.71%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA91AE (or 0xBA91AE) is known color: Lily. HEX triplet: BA, 91 and AE. RGB value is (186,145,174). Sum of RGB (Red+Green+Blue) = 186+145+174=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91AE is #456E51. Grayscale: #A0A0A0. Windows color (decimal): -4550226 or 11440570. OLE color: 11440570.

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

Color convert

RGB 186 145 174 -
CMYK 0 0.22 0.06 0.27
HSL 317.56º 0.23% 0.65% -
HSV(B) 317.56º 0.22% 0.73% -
XYZ 38.02 33.75 44.55 -
YUV 160.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 186 145 174 0 0.22 0.06 0.27 317.56 0.23 0.65
Hex BA 91 AE 0 16 6 1B 13E 17 41
Octal 272 221 256 0 26 6 33 476 27 101
Binary 10111010 10010001 10101110 0 10110 110 11011 100111110 10111 1000001

Color Harmonies of #BA91AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA91AE

Black with #BA91AE

Text Example


Text Example

White with #BA91AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA91AE; }

 p { color: rgb(186,145,174); }

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

background-color css

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

 a { background-color: rgb(186,145,174); }

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

border-color css

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

 span { border-color: rgb(186,145,174); }

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