Html Css Color HEX #BE8CAE Lily

📋 copy color: '#BE8CAE'

red 190 ◦ green 140 ◦ blue 174

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

Shades of Lily #BE8CAE

Tints of Lily #BE8CAE

RGB

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

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

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

R = 37.7%
G = 27.78%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE8CAE (or 0xBE8CAE) is known color: Lily. HEX triplet: BE, 8C and AE. RGB value is (190,140,174). Sum of RGB (Red+Green+Blue) = 190+140+174=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CAE is #417351. Grayscale: #9E9E9E. Windows color (decimal): -4289362 or 11439294. OLE color: 11439294.

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

Color convert

RGB 190 140 174 -
CMYK 0 0.26 0.08 0.25
HSL 319.2º 0.28% 0.65% -
HSV(B) 319.2º 0.26% 0.75% -
XYZ 38.25 32.76 44.35 -
YUV 158.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 190 140 174 0 0.26 0.08 0.25 319.2 0.28 0.65
Hex BE 8C AE 0 1A 8 19 13F 1C 41
Octal 276 214 256 0 32 10 31 477 34 101
Binary 10111110 10001100 10101110 0 11010 1000 11001 100111111 11100 1000001

Color Harmonies of #BE8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8CAE

Black with #BE8CAE

Text Example


Text Example

White with #BE8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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