Html Css Color HEX #BA96AA Lily

📋 copy color: '#BA96AA'

red 186 ◦ green 150 ◦ blue 170

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

Shades of Lily #BA96AA

Tints of Lily #BA96AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 36.76%
G = 29.64%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA96AA (or 0xBA96AA) is known color: Lily. HEX triplet: BA, 96 and AA. RGB value is (186,150,170). Sum of RGB (Red+Green+Blue) = 186+150+170=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96AA is #456955. Grayscale: #A3A3A3. Windows color (decimal): -4548950 or 11179706. OLE color: 11179706.

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

Color convert

RGB 186 150 170 -
CMYK 0 0.19 0.09 0.27
HSL 326.67º 0.21% 0.66% -
HSV(B) 326.67º 0.19% 0.73% -
XYZ 38.41 35.15 42.79 -
YUV 163.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 186 150 170 0 0.19 0.09 0.27 326.67 0.21 0.66
Hex BA 96 AA 0 13 9 1B 147 15 42
Octal 272 226 252 0 23 11 33 507 25 102
Binary 10111010 10010110 10101010 0 10011 1001 11011 101000111 10101 1000010

Color Harmonies of #BA96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96AA

Black with #BA96AA

Text Example


Text Example

White with #BA96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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