Html Css Color HEX #BA8AA8 Lily

📋 copy color: '#BA8AA8'

red 186 ◦ green 138 ◦ blue 168

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

Shades of Lily #BA8AA8

Tints of Lily #BA8AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 37.8%
G = 28.05%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA8AA8 (or 0xBA8AA8) is known color: Lily. HEX triplet: BA, 8A and A8. RGB value is (186,138,168). Sum of RGB (Red+Green+Blue) = 186+138+168=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8AA8 is #457557. Grayscale: #9B9B9B. Windows color (decimal): -4552024 or 11045562. OLE color: 11045562.

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

Color convert

RGB 186 138 168 -
CMYK 0 0.26 0.10 0.27
HSL 322.5º 0.26% 0.64% -
HSV(B) 322.5º 0.26% 0.73% -
XYZ 36.41 31.44 41.2 -
YUV 155.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 186 138 168 0 0.26 0.10 0.27 322.5 0.26 0.64
Hex BA 8A A8 0 1A A 1B 142 1A 40
Octal 272 212 250 0 32 12 33 502 32 100
Binary 10111010 10001010 10101000 0 11010 1010 11011 101000010 11010 1000000

Color Harmonies of #BA8AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AA8

Black with #BA8AA8

Text Example


Text Example

White with #BA8AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AA8; }

 p { color: rgb(186,138,168); }

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

background-color css

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

 a { background-color: rgb(186,138,168); }

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

border-color css

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

 span { border-color: rgb(186,138,168); }

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