Html Css Color HEX #BE86AB Lily

📋 copy color: '#BE86AB'

red 190 ◦ green 134 ◦ blue 171

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

Shades of Lily #BE86AB

Tints of Lily #BE86AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 38.38%
G = 27.07%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE86AB (or 0xBE86AB) is known color: Lily. HEX triplet: BE, 86 and AB. RGB value is (190,134,171). Sum of RGB (Red+Green+Blue) = 190+134+171=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE86AB is #417954. Grayscale: #9A9A9A. Windows color (decimal): -4290901 or 11241150. OLE color: 11241150.

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

Color convert

RGB 190 134 171 -
CMYK 0 0.29 0.10 0.25
HSL 320.36º 0.3% 0.64% -
HSV(B) 320.36º 0.29% 0.75% -
XYZ 37.11 30.94 42.54 -
YUV 154.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 190 134 171 0 0.29 0.10 0.25 320.36 0.3 0.64
Hex BE 86 AB 0 1D A 19 140 1E 40
Octal 276 206 253 0 35 12 31 500 36 100
Binary 10111110 10000110 10101011 0 11101 1010 11001 101000000 11110 1000000

Color Harmonies of #BE86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86AB

Black with #BE86AB

Text Example


Text Example

White with #BE86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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