Html Css Color HEX #BE8CAB Lily

📋 copy color: '#BE8CAB'

red 190 ◦ green 140 ◦ blue 171

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

Shades of Lily #BE8CAB

Tints of Lily #BE8CAB

RGB

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

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

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

R = 37.92%
G = 27.94%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE8CAB (or 0xBE8CAB) is known color: Lily. HEX triplet: BE, 8C and AB. RGB value is (190,140,171). Sum of RGB (Red+Green+Blue) = 190+140+171=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAB is #417354. Grayscale: #9E9E9E. Windows color (decimal): -4289365 or 11242686. OLE color: 11242686.

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

Color convert

RGB 190 140 171 -
CMYK 0 0.26 0.10 0.25
HSL 322.8º 0.28% 0.65% -
HSV(B) 322.8º 0.26% 0.75% -
XYZ 37.96 32.64 42.83 -
YUV 158.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 190 140 171 0 0.26 0.10 0.25 322.8 0.28 0.65
Hex BE 8C AB 0 1A A 19 143 1C 41
Octal 276 214 253 0 32 12 31 503 34 101
Binary 10111110 10001100 10101011 0 11010 1010 11001 101000011 11100 1000001

Color Harmonies of #BE8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CAB

Black with #BE8CAB

Text Example


Text Example

White with #BE8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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