Html Css Color HEX #BEA0AC Lily

📋 copy color: '#BEA0AC'

red 190 ◦ green 160 ◦ blue 172

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

Shades of Lily #BEA0AC

Tints of Lily #BEA0AC

RGB

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

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

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

R = 36.4%
G = 30.65%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BEA0AC (or 0xBEA0AC) is known color: Lily. HEX triplet: BE, A0 and AC. RGB value is (190,160,172). Sum of RGB (Red+Green+Blue) = 190+160+172=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0AC is #415F53. Grayscale: #AAAAAA. Windows color (decimal): -4284244 or 11313342. OLE color: 11313342.

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

Color convert

RGB 190 160 172 -
CMYK 0 0.16 0.09 0.25
HSL 336º 0.19% 0.69% -
HSV(B) 336º 0.16% 0.75% -
XYZ 41.25 39.07 44.4 -
YUV 170.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 190 160 172 0 0.16 0.09 0.25 336 0.19 0.69
Hex BE A0 AC 0 10 9 19 150 13 45
Octal 276 240 254 0 20 11 31 520 23 105
Binary 10111110 10100000 10101100 0 10000 1001 11001 101010000 10011 1000101

Color Harmonies of #BEA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0AC

Black with #BEA0AC

Text Example


Text Example

White with #BEA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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