Html Css Color HEX #BE92AF Lily

📋 copy color: '#BE92AF'

red 190 ◦ green 146 ◦ blue 175

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

Shades of Lily #BE92AF

Tints of Lily #BE92AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.57%

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

R = 37.18%
G = 28.57%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE92AF (or 0xBE92AF) is known color: Lily. HEX triplet: BE, 92 and AF. RGB value is (190,146,175). Sum of RGB (Red+Green+Blue) = 190+146+175=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BE92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE92AF is #416D50. Grayscale: #A2A2A2. Windows color (decimal): -4287825 or 11506366. OLE color: 11506366.

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

Color convert

RGB 190 146 175 -
CMYK 0 0.23 0.08 0.25
HSL 320.45º 0.25% 0.66% -
HSV(B) 320.45º 0.23% 0.75% -
XYZ 39.25 34.6 45.17 -
YUV 162.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 190 146 175 0 0.23 0.08 0.25 320.45 0.25 0.66
Hex BE 92 AF 0 17 8 19 140 19 42
Octal 276 222 257 0 27 10 31 500 31 102
Binary 10111110 10010010 10101111 0 10111 1000 11001 101000000 11001 1000010

Color Harmonies of #BE92AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92AF

Black with #BE92AF

Text Example


Text Example

White with #BE92AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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