Html Css Color HEX #BEA0AB Lily

📋 copy color: '#BEA0AB'

red 190 ◦ green 160 ◦ blue 171

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

Shades of Lily #BEA0AB

Tints of Lily #BEA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 36.47%
G = 30.71%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BEA0AB (or 0xBEA0AB) is known color: Lily. HEX triplet: BE, A0 and AB. RGB value is (190,160,171). Sum of RGB (Red+Green+Blue) = 190+160+171=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0AB is #415F54. Grayscale: #AAAAAA. Windows color (decimal): -4284245 or 11247806. OLE color: 11247806.

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

Color convert

RGB 190 160 171 -
CMYK 0 0.16 0.10 0.25
HSL 338º 0.19% 0.69% -
HSV(B) 338º 0.16% 0.75% -
XYZ 41.16 39.03 43.89 -
YUV 170.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 190 160 171 0 0.16 0.10 0.25 338 0.19 0.69
Hex BE A0 AB 0 10 A 19 152 13 45
Octal 276 240 253 0 20 12 31 522 23 105
Binary 10111110 10100000 10101011 0 10000 1010 11001 101010010 10011 1000101

Color Harmonies of #BEA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0AB

Black with #BEA0AB

Text Example


Text Example

White with #BEA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0AB; }

 p { color: rgb(190,160,171); }

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

background-color css

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

 a { background-color: rgb(190,160,171); }

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

border-color css

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

 span { border-color: rgb(190,160,171); }

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