Html Css Color HEX #BEA1B0 Lily

📋 copy color: '#BEA1B0'

red 190 ◦ green 161 ◦ blue 176

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

Shades of Lily #BEA1B0

Tints of Lily #BEA1B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 36.05%
G = 30.55%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA1B0 (or 0xBEA1B0) is known color: Lily. HEX triplet: BE, A1 and B0. RGB value is (190,161,176). Sum of RGB (Red+Green+Blue) = 190+161+176=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1B0 is #415E4F. Grayscale: #ABABAB. Windows color (decimal): -4283984 or 11575742. OLE color: 11575742.

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

Color convert

RGB 190 161 176 -
CMYK 0 0.15 0.07 0.25
HSL 328.97º 0.18% 0.69% -
HSV(B) 328.97º 0.15% 0.75% -
XYZ 41.82 39.57 46.51 -
YUV 171.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 190 161 176 0 0.15 0.07 0.25 328.97 0.18 0.69
Hex BE A1 B0 0 F 7 19 149 12 45
Octal 276 241 260 0 17 7 31 511 22 105
Binary 10111110 10100001 10110000 0 1111 111 11001 101001001 10010 1000101

Color Harmonies of #BEA1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1B0

Black with #BEA1B0

Text Example


Text Example

White with #BEA1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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