Html Css Color HEX #BE93AC Lily

📋 copy color: '#BE93AC'

red 190 ◦ green 147 ◦ blue 172

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

Shades of Lily #BE93AC

Tints of Lily #BE93AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

 BLUE value IS 172 (67.58% from 255) = 33.79%

R = 37.33%
G = 28.88%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE93AC (or 0xBE93AC) is known color: Lily. HEX triplet: BE, 93 and AC. RGB value is (190,147,172). Sum of RGB (Red+Green+Blue) = 190+147+172=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BE93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE93AC is #416C53. Grayscale: #A2A2A2. Windows color (decimal): -4287572 or 11310014. OLE color: 11310014.

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

Color convert

RGB 190 147 172 -
CMYK 0 0.23 0.09 0.25
HSL 325.12º 0.25% 0.66% -
HSV(B) 325.12º 0.23% 0.75% -
XYZ 39.12 34.79 43.68 -
YUV 162.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 190 147 172 0 0.23 0.09 0.25 325.12 0.25 0.66
Hex BE 93 AC 0 17 9 19 145 19 42
Octal 276 223 254 0 27 11 31 505 31 102
Binary 10111110 10010011 10101100 0 10111 1001 11001 101000101 11001 1000010

Color Harmonies of #BE93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93AC

Black with #BE93AC

Text Example


Text Example

White with #BE93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93AC; }

 p { color: rgb(190,147,172); }

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

background-color css

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

 a { background-color: rgb(190,147,172); }

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

border-color css

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

 span { border-color: rgb(190,147,172); }

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