Html Css Color HEX #BE8AAA Lily

📋 copy color: '#BE8AAA'

red 190 ◦ green 138 ◦ blue 170

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

Shades of Lily #BE8AAA

Tints of Lily #BE8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 38.15%
G = 27.71%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE8AAA (or 0xBE8AAA) is known color: Lily. HEX triplet: BE, 8A and AA. RGB value is (190,138,170). Sum of RGB (Red+Green+Blue) = 190+138+170=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AAA is #417555. Grayscale: #9D9D9D. Windows color (decimal): -4289878 or 11176638. OLE color: 11176638.

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

Color convert

RGB 190 138 170 -
CMYK 0 0.27 0.11 0.25
HSL 323.08º 0.29% 0.64% -
HSV(B) 323.08º 0.27% 0.75% -
XYZ 37.58 32.03 42.23 -
YUV 157.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 190 138 170 0 0.27 0.11 0.25 323.08 0.29 0.64
Hex BE 8A AA 0 1B B 19 143 1D 40
Octal 276 212 252 0 33 13 31 503 35 100
Binary 10111110 10001010 10101010 0 11011 1011 11001 101000011 11101 1000000

Color Harmonies of #BE8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AAA

Black with #BE8AAA

Text Example


Text Example

White with #BE8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AAA; }

 p { color: rgb(190,138,170); }

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

background-color css

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

 a { background-color: rgb(190,138,170); }

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

border-color css

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

 span { border-color: rgb(190,138,170); }

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