Html Css Color HEX #BE8BAF Lily

📋 copy color: '#BE8BAF'

red 190 ◦ green 139 ◦ blue 175

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

Shades of Lily #BE8BAF

Tints of Lily #BE8BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.58%

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

R = 37.7%
G = 27.58%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE8BAF (or 0xBE8BAF) is known color: Lily. HEX triplet: BE, 8B and AF. RGB value is (190,139,175). Sum of RGB (Red+Green+Blue) = 190+139+175=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BAF is #417450. Grayscale: #9E9E9E. Windows color (decimal): -4289617 or 11504574. OLE color: 11504574.

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

Color convert

RGB 190 139 175 -
CMYK 0 0.27 0.08 0.25
HSL 317.65º 0.28% 0.65% -
HSV(B) 317.65º 0.27% 0.75% -
XYZ 38.21 32.51 44.82 -
YUV 158.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 190 139 175 0 0.27 0.08 0.25 317.65 0.28 0.65
Hex BE 8B AF 0 1B 8 19 13E 1C 41
Octal 276 213 257 0 33 10 31 476 34 101
Binary 10111110 10001011 10101111 0 11011 1000 11001 100111110 11100 1000001

Color Harmonies of #BE8BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BAF

Black with #BE8BAF

Text Example


Text Example

White with #BE8BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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