Html Css Color HEX #BE8EAA Lily

📋 copy color: '#BE8EAA'

red 190 ◦ green 142 ◦ blue 170

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

Shades of Lily #BE8EAA

Tints of Lily #BE8EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 37.85%
G = 28.29%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE8EAA (or 0xBE8EAA) is known color: Lily. HEX triplet: BE, 8E and AA. RGB value is (190,142,170). Sum of RGB (Red+Green+Blue) = 190+142+170=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8EAA is #417155. Grayscale: #9F9F9F. Windows color (decimal): -4288854 or 11177662. OLE color: 11177662.

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

Color convert

RGB 190 142 170 -
CMYK 0 0.25 0.11 0.25
HSL 325º 0.27% 0.65% -
HSV(B) 325º 0.25% 0.75% -
XYZ 38.16 33.2 42.43 -
YUV 159.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 190 142 170 0 0.25 0.11 0.25 325 0.27 0.65
Hex BE 8E AA 0 19 B 19 145 1B 41
Octal 276 216 252 0 31 13 31 505 33 101
Binary 10111110 10001110 10101010 0 11001 1011 11001 101000101 11011 1000001

Color Harmonies of #BE8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EAA

Black with #BE8EAA

Text Example


Text Example

White with #BE8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EAA; }

 p { color: rgb(190,142,170); }

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

background-color css

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

 a { background-color: rgb(190,142,170); }

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

border-color css

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

 span { border-color: rgb(190,142,170); }

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