Html Css Color HEX #BEA5B1 Lily

📋 copy color: '#BEA5B1'

red 190 ◦ green 165 ◦ blue 177

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

Shades of Lily #BEA5B1

Tints of Lily #BEA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

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

R = 35.71%
G = 31.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA5B1 (or 0xBEA5B1) is known color: Lily. HEX triplet: BE, A5 and B1. RGB value is (190,165,177). Sum of RGB (Red+Green+Blue) = 190+165+177=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5B1 is #415A4E. Grayscale: #ADADAD. Windows color (decimal): -4282959 or 11642302. OLE color: 11642302.

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

Color convert

RGB 190 165 177 -
CMYK 0 0.13 0.07 0.25
HSL 331.2º 0.16% 0.7% -
HSV(B) 331.2º 0.13% 0.75% -
XYZ 42.63 41.03 47.27 -
YUV 173.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 190 165 177 0 0.13 0.07 0.25 331.2 0.16 0.7
Hex BE A5 B1 0 D 7 19 14B 10 46
Octal 276 245 261 0 15 7 31 513 20 106
Binary 10111110 10100101 10110001 0 1101 111 11001 101001011 10000 1000110

Color Harmonies of #BEA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5B1

Black with #BEA5B1

Text Example


Text Example

White with #BEA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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