Html Css Color HEX #BEA3AC Lily

📋 copy color: '#BEA3AC'

red 190 ◦ green 163 ◦ blue 172

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

Shades of Lily #BEA3AC

Tints of Lily #BEA3AC

RGB

 RED value IS 190 (74.61% from 255) = 36.19%

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 36.19%
G = 31.05%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEA3AC (or 0xBEA3AC) is known color: Lily. HEX triplet: BE, A3 and AC. RGB value is (190,163,172). Sum of RGB (Red+Green+Blue) = 190+163+172=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3AC is #415C53. Grayscale: #ACACAC. Windows color (decimal): -4283476 or 11314110. OLE color: 11314110.

HSL color Cylindrical-coordinate representation of color #BEA3AC: hue angle of 340º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEA3AC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 172 -
CMYK 0 0.14 0.09 0.25
HSL 340º 0.17% 0.69% -
HSV(B) 340º 0.14% 0.75% -
XYZ 41.78 40.12 44.57 -
YUV 172.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 190 163 172 0 0.14 0.09 0.25 340 0.17 0.69
Hex BE A3 AC 0 E 9 19 154 11 45
Octal 276 243 254 0 16 11 31 524 21 105
Binary 10111110 10100011 10101100 0 1110 1001 11001 101010100 10001 1000101

Color Harmonies of #BEA3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3AC

Black with #BEA3AC

Text Example


Text Example

White with #BEA3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3AC; }

 p { color: rgb(190,163,172); }

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

background-color css

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

 a { background-color: rgb(190,163,172); }

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

border-color css

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

 span { border-color: rgb(190,163,172); }

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