Html Css Color HEX #BE8EAC Lily

📋 copy color: '#BE8EAC'

red 190 ◦ green 142 ◦ blue 172

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

Shades of Lily #BE8EAC

Tints of Lily #BE8EAC

RGB

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

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

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

R = 37.7%
G = 28.17%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE8EAC (or 0xBE8EAC) is known color: Lily. HEX triplet: BE, 8E and AC. RGB value is (190,142,172). Sum of RGB (Red+Green+Blue) = 190+142+172=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8EAC is #417153. Grayscale: #9F9F9F. Windows color (decimal): -4288852 or 11308734. OLE color: 11308734.

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

Color convert

RGB 190 142 172 -
CMYK 0 0.25 0.09 0.25
HSL 322.5º 0.27% 0.65% -
HSV(B) 322.5º 0.25% 0.75% -
XYZ 38.35 33.27 43.43 -
YUV 159.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 190 142 172 0 0.25 0.09 0.25 322.5 0.27 0.65
Hex BE 8E AC 0 19 9 19 142 1B 41
Octal 276 216 254 0 31 11 31 502 33 101
Binary 10111110 10001110 10101100 0 11001 1001 11001 101000010 11011 1000001

Color Harmonies of #BE8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8EAC

Black with #BE8EAC

Text Example


Text Example

White with #BE8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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