Html Css Color HEX #BEA0B0 Lily

📋 copy color: '#BEA0B0'

red 190 ◦ green 160 ◦ blue 176

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

Shades of Lily #BEA0B0

Tints of Lily #BEA0B0

RGB

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

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

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

R = 36.12%
G = 30.42%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEA0B0 (or 0xBEA0B0) is known color: Lily. HEX triplet: BE, A0 and B0. RGB value is (190,160,176). Sum of RGB (Red+Green+Blue) = 190+160+176=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0B0 is #415F4F. Grayscale: #AAAAAA. Windows color (decimal): -4284240 or 11575486. OLE color: 11575486.

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

Color convert

RGB 190 160 176 -
CMYK 0 0.16 0.07 0.25
HSL 328º 0.19% 0.69% -
HSV(B) 328º 0.16% 0.75% -
XYZ 41.64 39.22 46.45 -
YUV 170.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 190 160 176 0 0.16 0.07 0.25 328 0.19 0.69
Hex BE A0 B0 0 10 7 19 148 13 45
Octal 276 240 260 0 20 7 31 510 23 105
Binary 10111110 10100000 10110000 0 10000 111 11001 101001000 10011 1000101

Color Harmonies of #BEA0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0B0

Black with #BEA0B0

Text Example


Text Example

White with #BEA0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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