Html Css Color HEX #BE8DAF Lily

📋 copy color: '#BE8DAF'

red 190 ◦ green 141 ◦ blue 175

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

Shades of Lily #BE8DAF

Tints of Lily #BE8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 37.55%
G = 27.87%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE8DAF (or 0xBE8DAF) is known color: Lily. HEX triplet: BE, 8D and AF. RGB value is (190,141,175). Sum of RGB (Red+Green+Blue) = 190+141+175=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8DAF is #417250. Grayscale: #9F9F9F. Windows color (decimal): -4289105 or 11505086. OLE color: 11505086.

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

Color convert

RGB 190 141 175 -
CMYK 0 0.26 0.08 0.25
HSL 318.37º 0.27% 0.65% -
HSV(B) 318.37º 0.26% 0.75% -
XYZ 38.5 33.09 44.92 -
YUV 159.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 190 141 175 0 0.26 0.08 0.25 318.37 0.27 0.65
Hex BE 8D AF 0 1A 8 19 13E 1B 41
Octal 276 215 257 0 32 10 31 476 33 101
Binary 10111110 10001101 10101111 0 11010 1000 11001 100111110 11011 1000001

Color Harmonies of #BE8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8DAF

Black with #BE8DAF

Text Example


Text Example

White with #BE8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8DAF; }

 p { color: rgb(190,141,175); }

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

background-color css

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

 a { background-color: rgb(190,141,175); }

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

border-color css

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

 span { border-color: rgb(190,141,175); }

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