Html Css Color HEX #BAA1B3 Lily

📋 copy color: '#BAA1B3'

red 186 ◦ green 161 ◦ blue 179

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

Shades of Lily #BAA1B3

Tints of Lily #BAA1B3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.61%

 BLUE value IS 179 (70.31% from 255) = 34.03%

R = 35.36%
G = 30.61%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAA1B3 (or 0xBAA1B3) is known color: Lily. HEX triplet: BA, A1 and B3. RGB value is (186,161,179). Sum of RGB (Red+Green+Blue) = 186+161+179=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1B3 is #455E4C. Grayscale: #AAAAAA. Windows color (decimal): -4546125 or 11772346. OLE color: 11772346.

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

Color convert

RGB 186 161 179 -
CMYK 0 0.13 0.04 0.27
HSL 316.8º 0.15% 0.68% -
HSV(B) 316.8º 0.13% 0.73% -
XYZ 41.13 39.18 48.04 -
YUV 170.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 186 161 179 0 0.13 0.04 0.27 316.8 0.15 0.68
Hex BA A1 B3 0 D 4 1B 13D F 44
Octal 272 241 263 0 15 4 33 475 17 104
Binary 10111010 10100001 10110011 0 1101 100 11011 100111101 1111 1000100

Color Harmonies of #BAA1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1B3

Black with #BAA1B3

Text Example


Text Example

White with #BAA1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1B3; }

 p { color: rgb(186,161,179); }

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

background-color css

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

 a { background-color: rgb(186,161,179); }

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

border-color css

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

 span { border-color: rgb(186,161,179); }

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