Html Css Color HEX #BA90AB Lily

📋 copy color: '#BA90AB'

red 186 ◦ green 144 ◦ blue 171

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

Shades of Lily #BA90AB

Tints of Lily #BA90AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 37.13%
G = 28.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA90AB (or 0xBA90AB) is known color: Lily. HEX triplet: BA, 90 and AB. RGB value is (186,144,171). Sum of RGB (Red+Green+Blue) = 186+144+171=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA90AB is #456F54. Grayscale: #9F9F9F. Windows color (decimal): -4550485 or 11243706. OLE color: 11243706.

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

Color convert

RGB 186 144 171 -
CMYK 0 0.23 0.08 0.27
HSL 321.43º 0.23% 0.65% -
HSV(B) 321.43º 0.23% 0.73% -
XYZ 37.57 33.33 42.98 -
YUV 159.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 186 144 171 0 0.23 0.08 0.27 321.43 0.23 0.65
Hex BA 90 AB 0 17 8 1B 141 17 41
Octal 272 220 253 0 27 10 33 501 27 101
Binary 10111010 10010000 10101011 0 10111 1000 11011 101000001 10111 1000001

Color Harmonies of #BA90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90AB

Black with #BA90AB

Text Example


Text Example

White with #BA90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90AB; }

 p { color: rgb(186,144,171); }

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

background-color css

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

 a { background-color: rgb(186,144,171); }

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

border-color css

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

 span { border-color: rgb(186,144,171); }

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