Html Css Color HEX #BE8CAF Lily

📋 copy color: '#BE8CAF'

red 190 ◦ green 140 ◦ blue 175

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

Shades of Lily #BE8CAF

Tints of Lily #BE8CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

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

R = 37.62%
G = 27.72%
B = 34.65%

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

#BE8CAF (or 0xBE8CAF) is known color: Lily. HEX triplet: BE, 8C and AF. RGB value is (190,140,175). Sum of RGB (Red+Green+Blue) = 190+140+175=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAF is #417350. Grayscale: #9E9E9E. Windows color (decimal): -4289361 or 11504830. OLE color: 11504830.

HSL color Cylindrical-coordinate representation of color #BE8CAF: hue angle of 318º degrees, saturation: 0.28, 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 #BE8CAF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 175 -
CMYK 0 0.26 0.08 0.25
HSL 318º 0.28% 0.65% -
HSV(B) 318º 0.26% 0.75% -
XYZ 38.35 32.8 44.87 -
YUV 158.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 190 140 175 0 0.26 0.08 0.25 318 0.28 0.65
Hex BE 8C AF 0 1A 8 19 13E 1C 41
Octal 276 214 257 0 32 10 31 476 34 101
Binary 10111110 10001100 10101111 0 11010 1000 11001 100111110 11100 1000001

Color Harmonies of #BE8CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CAF

Black with #BE8CAF

Text Example


Text Example

White with #BE8CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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