Html Css Color HEX #BE8CAC Lily

📋 copy color: '#BE8CAC'

red 190 ◦ green 140 ◦ blue 172

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

Shades of Lily #BE8CAC

Tints of Lily #BE8CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 37.85%
G = 27.89%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE8CAC (or 0xBE8CAC) is known color: Lily. HEX triplet: BE, 8C and AC. RGB value is (190,140,172). Sum of RGB (Red+Green+Blue) = 190+140+172=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAC is #417353. Grayscale: #9E9E9E. Windows color (decimal): -4289364 or 11308222. OLE color: 11308222.

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

Color convert

RGB 190 140 172 -
CMYK 0 0.26 0.09 0.25
HSL 321.6º 0.28% 0.65% -
HSV(B) 321.6º 0.26% 0.75% -
XYZ 38.06 32.68 43.33 -
YUV 158.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 190 140 172 0 0.26 0.09 0.25 321.6 0.28 0.65
Hex BE 8C AC 0 1A 9 19 142 1C 41
Octal 276 214 254 0 32 11 31 502 34 101
Binary 10111110 10001100 10101100 0 11010 1001 11001 101000010 11100 1000001

Color Harmonies of #BE8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CAC

Black with #BE8CAC

Text Example


Text Example

White with #BE8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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