Html Css Color HEX #BA96AB Lily

📋 copy color: '#BA96AB'

red 186 ◦ green 150 ◦ blue 171

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

Shades of Lily #BA96AB

Tints of Lily #BA96AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 36.69%
G = 29.59%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA96AB (or 0xBA96AB) is known color: Lily. HEX triplet: BA, 96 and AB. RGB value is (186,150,171). Sum of RGB (Red+Green+Blue) = 186+150+171=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AB is #456954. Grayscale: #A3A3A3. Windows color (decimal): -4548949 or 11245242. OLE color: 11245242.

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

Color convert

RGB 186 150 171 -
CMYK 0 0.19 0.08 0.27
HSL 325º 0.21% 0.66% -
HSV(B) 325º 0.19% 0.73% -
XYZ 38.51 35.19 43.29 -
YUV 163.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 186 150 171 0 0.19 0.08 0.27 325 0.21 0.66
Hex BA 96 AB 0 13 8 1B 145 15 42
Octal 272 226 253 0 23 10 33 505 25 102
Binary 10111010 10010110 10101011 0 10011 1000 11011 101000101 10101 1000010

Color Harmonies of #BA96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96AB

Black with #BA96AB

Text Example


Text Example

White with #BA96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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