Html Css Color HEX #BEA0AF Lily

📋 copy color: '#BEA0AF'

red 190 ◦ green 160 ◦ blue 175

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

Shades of Lily #BEA0AF

Tints of Lily #BEA0AF

RGB

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

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

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

R = 36.19%
G = 30.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEA0AF (or 0xBEA0AF) is known color: Lily. HEX triplet: BE, A0 and AF. RGB value is (190,160,175). Sum of RGB (Red+Green+Blue) = 190+160+175=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0AF is #415F50. Grayscale: #AAAAAA. Windows color (decimal): -4284241 or 11509950. OLE color: 11509950.

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

Color convert

RGB 190 160 175 -
CMYK 0 0.16 0.08 0.25
HSL 330º 0.19% 0.69% -
HSV(B) 330º 0.16% 0.75% -
XYZ 41.54 39.18 45.93 -
YUV 170.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 190 160 175 0 0.16 0.08 0.25 330 0.19 0.69
Hex BE A0 AF 0 10 8 19 14A 13 45
Octal 276 240 257 0 20 10 31 512 23 105
Binary 10111110 10100000 10101111 0 10000 1000 11001 101001010 10011 1000101

Color Harmonies of #BEA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0AF

Black with #BEA0AF

Text Example


Text Example

White with #BEA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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