Html Css Color HEX #BE86AC Lily

📋 copy color: '#BE86AC'

red 190 ◦ green 134 ◦ blue 172

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

Shades of Lily #BE86AC

Tints of Lily #BE86AC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

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

R = 38.31%
G = 27.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE86AC (or 0xBE86AC) is known color: Lily. HEX triplet: BE, 86 and AC. RGB value is (190,134,172). Sum of RGB (Red+Green+Blue) = 190+134+172=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86AC is #417953. Grayscale: #9A9A9A. Windows color (decimal): -4290900 or 11306686. OLE color: 11306686.

HSL color Cylindrical-coordinate representation of color #BE86AC: hue angle of 319.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE86AC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 172 -
CMYK 0 0.29 0.09 0.25
HSL 319.29º 0.3% 0.64% -
HSV(B) 319.29º 0.29% 0.75% -
XYZ 37.21 30.98 43.05 -
YUV 155.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 190 134 172 0 0.29 0.09 0.25 319.29 0.3 0.64
Hex BE 86 AC 0 1D 9 19 13F 1E 40
Octal 276 206 254 0 35 11 31 477 36 100
Binary 10111110 10000110 10101100 0 11101 1001 11001 100111111 11110 1000000

Color Harmonies of #BE86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86AC

Black with #BE86AC

Text Example


Text Example

White with #BE86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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