Html Css Color HEX #BE8AAB Lily

📋 copy color: '#BE8AAB'

red 190 ◦ green 138 ◦ blue 171

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

Shades of Lily #BE8AAB

Tints of Lily #BE8AAB

RGB

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

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

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

R = 38.08%
G = 27.66%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE8AAB (or 0xBE8AAB) is known color: Lily. HEX triplet: BE, 8A and AB. RGB value is (190,138,171). Sum of RGB (Red+Green+Blue) = 190+138+171=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8AAB is #417554. Grayscale: #9D9D9D. Windows color (decimal): -4289877 or 11242174. OLE color: 11242174.

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

Color convert

RGB 190 138 171 -
CMYK 0 0.27 0.10 0.25
HSL 321.92º 0.29% 0.64% -
HSV(B) 321.92º 0.27% 0.75% -
XYZ 37.67 32.06 42.73 -
YUV 157.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 190 138 171 0 0.27 0.10 0.25 321.92 0.29 0.64
Hex BE 8A AB 0 1B A 19 142 1D 40
Octal 276 212 253 0 33 12 31 502 35 100
Binary 10111110 10001010 10101011 0 11011 1010 11001 101000010 11101 1000000

Color Harmonies of #BE8AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8AAB

Black with #BE8AAB

Text Example


Text Example

White with #BE8AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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