Html Css Color HEX #BEA1AF Lily

📋 copy color: '#BEA1AF'

red 190 ◦ green 161 ◦ blue 175

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

Shades of Lily #BEA1AF

Tints of Lily #BEA1AF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.61%

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

R = 36.12%
G = 30.61%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BEA1AF (or 0xBEA1AF) is known color: Lily. HEX triplet: BE, A1 and AF. RGB value is (190,161,175). Sum of RGB (Red+Green+Blue) = 190+161+175=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1AF is #415E50. Grayscale: #ABABAB. Windows color (decimal): -4283985 or 11510206. OLE color: 11510206.

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

Color convert

RGB 190 161 175 -
CMYK 0 0.15 0.08 0.25
HSL 331.03º 0.18% 0.69% -
HSV(B) 331.03º 0.15% 0.75% -
XYZ 41.72 39.53 45.99 -
YUV 171.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 190 161 175 0 0.15 0.08 0.25 331.03 0.18 0.69
Hex BE A1 AF 0 F 8 19 14B 12 45
Octal 276 241 257 0 17 10 31 513 22 105
Binary 10111110 10100001 10101111 0 1111 1000 11001 101001011 10010 1000101

Color Harmonies of #BEA1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1AF

Black with #BEA1AF

Text Example


Text Example

White with #BEA1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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