Html Css Color HEX #BAA3B2 Lily

📋 copy color: '#BAA3B2'

red 186 ◦ green 163 ◦ blue 178

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

Shades of Lily #BAA3B2

Tints of Lily #BAA3B2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.93%

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 35.29%
G = 30.93%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAA3B2 (or 0xBAA3B2) is known color: Lily. HEX triplet: BA, A3 and B2. RGB value is (186,163,178). Sum of RGB (Red+Green+Blue) = 186+163+178=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3B2 is #455C4D. Grayscale: #ABABAB. Windows color (decimal): -4545614 or 11707322. OLE color: 11707322.

HSL color Cylindrical-coordinate representation of color #BAA3B2: hue angle of 320.87º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAA3B2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 163 178 -
CMYK 0 0.12 0.04 0.27
HSL 320.87º 0.14% 0.68% -
HSV(B) 320.87º 0.12% 0.73% -
XYZ 41.38 39.85 47.63 -
YUV 171.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 186 163 178 0 0.12 0.04 0.27 320.87 0.14 0.68
Hex BA A3 B2 0 C 4 1B 141 E 44
Octal 272 243 262 0 14 4 33 501 16 104
Binary 10111010 10100011 10110010 0 1100 100 11011 101000001 1110 1000100

Color Harmonies of #BAA3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3B2

Black with #BAA3B2

Text Example


Text Example

White with #BAA3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3B2; }

 p { color: rgb(186,163,178); }

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

background-color css

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

 a { background-color: rgb(186,163,178); }

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

border-color css

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

 span { border-color: rgb(186,163,178); }

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