Html Css Color HEX #BEA3B1 Lily

📋 copy color: '#BEA3B1'

red 190 ◦ green 163 ◦ blue 177

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

Shades of Lily #BEA3B1

Tints of Lily #BEA3B1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.75%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 35.85%
G = 30.75%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA3B1 (or 0xBEA3B1) is known color: Lily. HEX triplet: BE, A3 and B1. RGB value is (190,163,177). Sum of RGB (Red+Green+Blue) = 190+163+177=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3B1 is #415C4E. Grayscale: #ACACAC. Windows color (decimal): -4283471 or 11641790. OLE color: 11641790.

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

Color convert

RGB 190 163 177 -
CMYK 0 0.14 0.07 0.25
HSL 328.89º 0.17% 0.69% -
HSV(B) 328.89º 0.14% 0.75% -
XYZ 42.27 40.32 47.15 -
YUV 172.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 190 163 177 0 0.14 0.07 0.25 328.89 0.17 0.69
Hex BE A3 B1 0 E 7 19 149 11 45
Octal 276 243 261 0 16 7 31 511 21 105
Binary 10111110 10100011 10110001 0 1110 111 11001 101001001 10001 1000101

Color Harmonies of #BEA3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3B1

Black with #BEA3B1

Text Example


Text Example

White with #BEA3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3B1; }

 p { color: rgb(190,163,177); }

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

background-color css

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

 a { background-color: rgb(190,163,177); }

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

border-color css

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

 span { border-color: rgb(190,163,177); }

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