Html Css Color HEX #BE8BAE Lily

📋 copy color: '#BE8BAE'

red 190 ◦ green 139 ◦ blue 174

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

Shades of Lily #BE8BAE

Tints of Lily #BE8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 37.77%
G = 27.63%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE8BAE (or 0xBE8BAE) is known color: Lily. HEX triplet: BE, 8B and AE. RGB value is (190,139,174). Sum of RGB (Red+Green+Blue) = 190+139+174=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8BAE is #417451. Grayscale: #9E9E9E. Windows color (decimal): -4289618 or 11439038. OLE color: 11439038.

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

Color convert

RGB 190 139 174 -
CMYK 0 0.27 0.08 0.25
HSL 318.82º 0.28% 0.65% -
HSV(B) 318.82º 0.27% 0.75% -
XYZ 38.11 32.47 44.3 -
YUV 158.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 190 139 174 0 0.27 0.08 0.25 318.82 0.28 0.65
Hex BE 8B AE 0 1B 8 19 13F 1C 41
Octal 276 213 256 0 33 10 31 477 34 101
Binary 10111110 10001011 10101110 0 11011 1000 11001 100111111 11100 1000001

Color Harmonies of #BE8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BAE

Black with #BE8BAE

Text Example


Text Example

White with #BE8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BAE; }

 p { color: rgb(190,139,174); }

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

background-color css

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

 a { background-color: rgb(190,139,174); }

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

border-color css

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

 span { border-color: rgb(190,139,174); }

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