Html Css Color HEX #BEA3AF Lily

📋 copy color: '#BEA3AF'

red 190 ◦ green 163 ◦ blue 175

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

Shades of Lily #BEA3AF

Tints of Lily #BEA3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 35.98%
G = 30.87%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEA3AF (or 0xBEA3AF) is known color: Lily. HEX triplet: BE, A3 and AF. RGB value is (190,163,175). Sum of RGB (Red+Green+Blue) = 190+163+175=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3AF is #415C50. Grayscale: #ACACAC. Windows color (decimal): -4283473 or 11510718. OLE color: 11510718.

HSL color Cylindrical-coordinate representation of color #BEA3AF: hue angle of 333.33º 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 #BEA3AF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 175 -
CMYK 0 0.14 0.08 0.25
HSL 333.33º 0.17% 0.69% -
HSV(B) 333.33º 0.14% 0.75% -
XYZ 42.07 40.24 46.11 -
YUV 172.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 190 163 175 0 0.14 0.08 0.25 333.33 0.17 0.69
Hex BE A3 AF 0 E 8 19 14D 11 45
Octal 276 243 257 0 16 10 31 515 21 105
Binary 10111110 10100011 10101111 0 1110 1000 11001 101001101 10001 1000101

Color Harmonies of #BEA3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3AF

Black with #BEA3AF

Text Example


Text Example

White with #BEA3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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