Html Css Color HEX #BEA4AD Lily

📋 copy color: '#BEA4AD'

red 190 ◦ green 164 ◦ blue 173

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

Shades of Lily #BEA4AD

Tints of Lily #BEA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.12%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 36.05%
G = 31.12%
B = 32.83%

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

#BEA4AD (or 0xBEA4AD) is known color: Lily. HEX triplet: BE, A4 and AD. RGB value is (190,164,173). Sum of RGB (Red+Green+Blue) = 190+164+173=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4AD is #415B52. Grayscale: #ACACAC. Windows color (decimal): -4283219 or 11379902. OLE color: 11379902.

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

Color convert

RGB 190 164 173 -
CMYK 0 0.14 0.09 0.25
HSL 339.23º 0.17% 0.69% -
HSV(B) 339.23º 0.14% 0.75% -
XYZ 42.05 40.52 45.14 -
YUV 172.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 190 164 173 0 0.14 0.09 0.25 339.23 0.17 0.69
Hex BE A4 AD 0 E 9 19 153 11 45
Octal 276 244 255 0 16 11 31 523 21 105
Binary 10111110 10100100 10101101 0 1110 1001 11001 101010011 10001 1000101

Color Harmonies of #BEA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4AD

Black with #BEA4AD

Text Example


Text Example

White with #BEA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4AD; }

 p { color: rgb(190,164,173); }

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

background-color css

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

 a { background-color: rgb(190,164,173); }

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

border-color css

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

 span { border-color: rgb(190,164,173); }

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