Html Css Color HEX #BE85AB Lily

📋 copy color: '#BE85AB'

red 190 ◦ green 133 ◦ blue 171

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

Shades of Lily #BE85AB

Tints of Lily #BE85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

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

R = 38.46%
G = 26.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE85AB (or 0xBE85AB) is known color: Lily. HEX triplet: BE, 85 and AB. RGB value is (190,133,171). Sum of RGB (Red+Green+Blue) = 190+133+171=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85AB is #417A54. Grayscale: #9A9A9A. Windows color (decimal): -4291157 or 11240894. OLE color: 11240894.

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

Color convert

RGB 190 133 171 -
CMYK 0 0.3 0.10 0.25
HSL 320º 0.3% 0.63% -
HSV(B) 320º 0.3% 0.75% -
XYZ 36.97 30.66 42.5 -
YUV 154.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 190 133 171 0 0.3 0.10 0.25 320 0.3 0.63
Hex BE 85 AB 0 1E A 19 140 1E 3F
Octal 276 205 253 0 36 12 31 500 36 77
Binary 10111110 10000101 10101011 0 11110 1010 11001 101000000 11110 111111

Color Harmonies of #BE85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85AB

Black with #BE85AB

Text Example


Text Example

White with #BE85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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